Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Verify an email using the token from the verification email link.
cURL
curl --request POST \ --url https://api.usenaive.ai/v1/auth/session/verify \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "ok": true, "message": "<string>" }
Verified.