Retrieve all extraction templates available for your organization. Use this to discover available templates for workflow submissions.
cURL
curl --request POST \ --url https://api.emberqa.com/api/workflows/extractionTemplates/getAll \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "statusCode": "SUCCESS", "statusMessage": "Successfully retrieved extraction templates", "docs": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "Invoice Data Extraction", "evaluation_schema": { "invoice_number": "Find the invoice number", "total_amount": "Locate the total amount" } } ] }
API key obtained from the EmberQA dashboard under the "Integrations" tab
The body is of type object.
object
Successfully retrieved extraction templates
"SUCCESS"
"Successfully retrieved extraction templates"
Show child attributes