cURL
curl --request POST \ --url https://app.skimming.ai/back/source/v1/api/parse/image \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form parse=true \ --form source='@example-file'
{ "success": false, "error": {}, "message": { "content": "Invalid API key", "displayContent": true } }
Runs the standard source ingest pipeline and saves a file record. Clients typically send parse: true in the body for compatibility.
parse: true
Bearer token authentication using an API key
Parse mode flag (accepted for client compatibility)
Image file to parse
File ingested successfully