API Docs · eKYC Core
Common
Cross-cutting endpoints of the eKYC Core API: running the composite Full eKYC flow, looking up prior requests, minting temporary credentials, and reading client settings.
Full eKYCPOST/v1/ekycRuns the whole eKYC chain — sanity, ID tampering, OCR, face matching, liveness and face retrieval — in one call, and returns the card information, face-match pairs and liveness verdict together.Get resultGET/v1/requests_by_req_id/{request_id}Looks up a request by the request_id returned from a previous API call and returns that service's own response.Get requests by X-Request-IDGET/v1/requests_by_x_req_id/:x_request_id?max_results={max_results}Returns every request that shares one x-request-id, grouped by service name, together with a final_result that aggregates them.Create temporary credentialPOST/v1/temporary_credentialIssues a temporary access key and secret carrying the same permissions as the long-term credential, and returns them with an expiry timestamp.Get client settingsGET/v1/client_settingsReturns your client's country, supported card types and SDK settings, optionally customized per flow or per calling device.