Vision
vOCR
Recognise, describe and retrieve data within an image with great accuracy.
POST
/
v1
/
vocr
Body
prompt
string | Array<string>
The prompt used to describe the image. Default prompt is Describe the image in detail.
url
string
The image url. Not required if file_store_key
is specified.
file_store_key
string
The key used to store the image on Jigsawstack File
Storage. Not
required if url
is specified.
Either
url
or file_store_key
should be provided not both.Prompt Example
String
Array<String>
Use this approach to retrieve specific data from the image file.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.
Was this page helpful?