Extracts values from an image using a template
/agents/extract-values endpoint extracts structured data from an image based on a provided template.
template_id, access will be verified.| Status Code | Description |
|---|---|
| 400 | Bad Request - The request was malformed, missing required parameters, unsupported image format, or image exceeds 10MB limit |
| 401 | Unauthorized - Invalid or missing API key |
| 402 | Payment Required - Insufficient credits to perform the extraction |
| 403 | Forbidden - Access denied to the specified template |
| 404 | Not Found - The specified template_id was not found, or the specified version_number does not exist |
| 500 | Internal Server Error - An unexpected error occurred on our servers |