v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-211591,0051.4 MB
Kraken Embed

Submit User Verification from URLs

Submit identity verification details for a Kraken Embed user using presigned URLs to documents. This endpoint accepts JSON payloads with URLs to verification documents instead of multipart file uploads. Supports identity documents, residence documents, tax IDs, selfies, and watchlists.

post/v1/kraken_embed/users/{user_id}/verification_urls

Path parameters

user_idstring required

The ID of the Privy user.

Headers

privy-app-idstring required

ID of your Privy app.

Request body

OR
OR
OR
OR

Response

Verification submitted successfully. Returns the verification ID for tracking.

Example response

{
  "data": {
    "result": {
      "verification_id": "verif_abc123def456"
    }
  }
}