Generate
Image -> JSON
Generate structured prediction for the given image.
POST
/
v1
/
image
/
generate
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request to the VLM API (i.e. structured prediction).
image
string
requiredBase64 encoded image.
id
string
Unique identifier of the request.
created_at
string
Date and time when the request was created (in UTC timezone)
model
enum<string>
default: vlm-1The model to use for generating the response.
Available options:
vlm-1
domain
enum<string> | null
The domain identifier.
Available options:
document.generative
, document.presentation
, document.invoice
, document.receipt
, document.markdown
, video.tv-news
, video.tv-intelligence
metadata
object
Optional metadata to pass to the model.
Response
200 - application/json
Base prediction response for all API responses.
id
string
Unique identifier of the response.
created_at
string
Date and time when the request was created (in UTC timezone)
completed_at
string | null
Date and time when the response was completed (in UTC timezone)
response
any | null
The response from the model.
status
string
default: pendingThe status of the job.