Skip to main content
POST
/
v1
/
agents
/
recover
Send recovery OTP
curl --request POST \
  --url https://agentchat-api.fly.dev/v1/agents/recover \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<string>",
  "pending_id": "<string>"
}

Body

application/json
email
string<email>
required

Response

200 - application/json

If the email is registered, an OTP has been sent

message
string
required
pending_id
string