curl -X POST 'https://api.anyformat.ai/v2/workflows/550e8400-e29b-41d4-a716-446655440000/upload/' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -F 'file=@/path/to/document.pdf'
{ "status": "uploaded", "filename": "document.pdf" }
Upload a file to a workflow without triggering processing
Successful Response
POST /workflows/{id}/upload/ — upload confirmation.