Face match (file upload)
Face match (file upload)
Same as POST /v1/ocr/face/match, but accepts multipart/form-data with the image as a file field instead of a base64 string.
Authentication
ApiKeystring
Static API key issued to your tenant. Required on every request.
OR
AuthorizationBearer
End-user JWT from registration or login. Required for verification, signing, and user-scoped operations.
Request
This endpoint expects a multipart form containing a file.
file
The image file to process.
transaction_id
Group multiple steps into one transaction.
client_transaction_id
Your own reference ID.
Response
services
Per-service check results attached to every OCR response.
data
Document-specific extracted fields.
error_code
error_message

