API Endpoints

Create un new Agent

This feature in an AI agent's API is essential to allow users to obtain their personal information. The API can be used to retrieve information such as the user's name, email address, plan status, and other relevant details.

Response example

{
    "first_name": John,
    "last_name": Doe,
    "email": "[email protected]",
    "plan": "Plan Premium",
    "plan_status": true
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!