Queue a document for processing
POST
/api/vision/queue
Submits a document to the Vision API for processing using the provided file URL. Returns an ID to check processing results later.
Authorizations
bearer
TypeHTTP (bearer)
Request Body
JSON
{
"fileUrl": "string"
}
Responses
Successfully queued document
application/json
JSON
{
"success": true,
"id": "string"
}