Skip to main content
POST
/
api
/
v1
/
auth
/
request-verification
Request Verification
curl --request POST \
  --url https://api.devkit4ai.com/api/v1/auth/request-verification
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Request a new email verification token to be sent to the user’s email address.

Headers

Authorization
string
required
Bearer token for authentication

Response

message
string
Confirmation that verification email was sent

Query Parameters

user_id
string<uuid>
required

Response

Successful Response