image
Schema Generate Image
Generate structured schema for the given image or images.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request to the VLM API using an image (jpeg, png, gif, webp).
List of base64 encoded images or URLs to the images.
Unique identifier of the request.
Date and time when the request was created (in UTC timezone)
The URL to call when the request is completed.
Minimum length:
1
The model to use for generating the response.
Allowed value:
"vlm-1"
Response
201
application/json
Successful Response
Base prediction response for all API responses.
The usage metrics for the request.
Unique identifier of the response.
Date and time when the request was created (in UTC timezone)
Date and time when the response was completed (in UTC timezone)
The response from the model.
The status of the job.
Available options:
pending
, enqueued
, running
, completed
, failed
, paused