Extract contact details from a photo of a business card using OCR and AI parsing
POST /v1/contacts with the returned data to persist it.
image_base64 or image_url is required.en, de, fr). Defaults to automatic detection.true, the extracted data is used to create a new contact and the resulting contact_id is returned alongside the raw fields.X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Neither image_base64 nor image_url provided, or image exceeds size cap |
| 401 | invalid_key | Invalid or expired API key |
| 402 | insufficient_credits | Workspace credit balance is exhausted |
| 403 | insufficient_permissions | Missing write:enrich permission |
| 409 | no_match | OCR detected no card-like fields |
| 413 | payload_too_large | Image exceeds 10 MB |
| 429 | rate_limited | Rate limit exceeded |