Create validation request
POST/v1/provider-validation-requests
Submit a document for OCR + extraction + rule-based validation. Always async; result delivered via signed webhook.
Request
Responses
- 202
- 401
- 403
- 409
- 413
- 422
- 429
Validation accepted and queued
Missing or invalid Bearer token
Lacks authority, tenant mismatch, or document_type not allowed
Idempotency mismatch or state conflict
Inline file exceeds size limit
Body validation error (Pydantic), SSRF block, MIME issue, agreement ambiguous, unknown document_type, etc.
Daily quota or rate limit exceeded. additional_information.retry_after_seconds indicates wait time.