Processing
Authorizations
AuthorizationstringRequired
API key authentication. Include your API key in the Authorization header:
Authorization: Bearer vb_your_api_key_here
Body
filestring · binaryRequired
Image file (JPEG, PNG, PDF, etc.)
typestring · enumRequiredPossible values:
Type of document to process
Responses
200
Document processed successfully
application/json
400
Bad request
application/json
401
Authentication required or invalid API key
application/json
413
File too large
application/json
415
Unsupported media type
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
/api/v1/processLast updated