Skip to content

Analyze a document and return transaction suggestions

POST
/import/analyze
curl --request POST \
--url http://localhost:8000/api/v1/import/analyze \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "file": "binary", "document_type": "bank_statement" }'
Media type application/json
object
file
string format: binary
document_type
string
Allowed values: bank_statement receipt invoice pay_stub utility_bill

Suggestions returned

Validation error

Server error