cURL
curl --request POST \ --url https://api.anyformat.ai/workflows/ \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "fields": [ {} ], "description": "<string>", "manual_fields": [ {} ] } '
{ "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "results": [ { "file_name": "<string>", "status": "<string>", "processed_at": "2023-11-07T05:31:56Z", "datapoint_set": [ { "field_name": "<string>", "value": "<string>", "evidence": {}, "confidence": 123 } ] } ], "fields": [ {} ] }
Create a new workflow
API key authentication. Add your API key with the X-API-Key header.
X-API-Key
1
Show child attributes