Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://server.heliumid.io/api/v1/verifications \ --header 'Content-Type: application/json' \ --data ' { "vendorData": "test", "meta": { "key": "value" }, "method": "auto" } '
{ "status": true, "message": "Created verification", "data": { "link": "https://verify.heliumid.io/?processId=69d4f7657bcbe3b58b96b2f7", "verificationId": "69d4f7657bcbe3b58b96b2f7" }, "code": 200 }
The verification method to use. 'auto' uses automated systems, 'manual' requires review by an Identity Specialist.
auto
manual
Create verification
Show child attributes