Skip to content

POST /v1/verify/bulk

POST /v1/verify/bulk

POST

Request body

{
"$ref": "#/components/schemas/BulkVerifyRequest"
}

Responses

  • 202 — Job accepted
  • 400 — Bad request
  • 402 — Feature unavailable for tier
  • 413 — Bulk request too large for tier
  • 429 — Daily quota exceeded

Example

Terminal window
curl -X POST "https://mercury-api.deepeshkalurs.workers.dev/v1/verify/bulk" \
-H "Authorization: Bearer $MR_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'