curl --request POST \
--url https://dream-gateway.livepeer.cloud/image-to-text \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form image='@example-file' \
--form prompt= \
--form model_id={
"text": "<string>"
}Transform image files to text.
curl --request POST \
--url https://dream-gateway.livepeer.cloud/image-to-text \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form image='@example-file' \
--form prompt= \
--form model_id={
"text": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ai-video channel on
Discord.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Response model for text generation.
The generated text.
Was this page helpful?