Skip to main content
POST
Image To Text

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
image
file
required

Uploaded image to transform with the pipeline.

prompt
string
default:""

Text prompt(s) to guide transformation.

model_id
string
default:""

Hugging Face model ID used for transformation.

Response

Successful Response

Response model for text generation.

text
string
required

The generated text.

Last modified on May 18, 2026