v3
latestOpenAPI 3.0.02026-07-31800117.7 KBFiles
Upload a financial document
Upload a receipt, invoice, or PDF using multipart form data. Send exactly one file in the file field. Authenticate with either a Receiptor API key or a Bearer token for your Receiptor account.
post/files
Response
File upload accepted for processing
Example response
{
"success": true,
"code": 200,
"data": {
"file": {
"status": "queued"
}
}
}