Vision
vOCR
Recognise, describe and retrieve data within an image with great accuracy.
POST
/
v1
/
vocr
Body
The prompt used to describe the image. Default prompt is Describe the image in detail.
The image url. Not required if file_store_key
is specified.
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
Your JigsawStack API key
Response
Indicates whether the call was successful.
Supported file types: - Images: JPEG, JPG, PNG - Documents: Multi-page PDFs (up to 10 pages per API request)
Was this page helpful?