cURL
curl --request POST \ --url https://api.skimming.ai/source/v1/api/extract/document \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "success": { "textContent": "<string>" }, "error": {}, "message": { "content": "<string>", "displayContent": true } }
Extracts text from a document and returns textContent without saving a file_id.
textContent
file_id
Bearer token authentication using an API key
File to extract from (PDF/DOCX/etc.)
Extracted successfully
Show child attributes