Vision API
Analyze images
Submit images and a prompt to generate an analysis of the images.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Body
application/json
The model to be used for image analysis. Currently only supports palmyra-vision
.
The prompt to use for the image analysis. The prompt must include the name of each image variable, surrounded by double curly braces ({{}}
). For example, Describe the difference between the image {{image_1}} and the image {{image_2}}
.
Response
200 - application/json
Successful response
The result of the image analysis.
Was this page helpful?