Convert Image to Text
Process an image and generate descriptive text based on its content.
application/json
Request Body required
image_url Image URL required
URL of the image to be processed
prompt_type Prompt Type required
possible values: Other, Product, Scene
Type of analysis to perform
custom_prompt Custom Prompt
Custom instructions for text generation
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
text Text required
Generated text description of the image
{
"text": "A healthcare professional conducting a remote eye examination via video call, helping a patient access eyecare services remotely."
}
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...