TheĀ Evatar APIĀ enables seamless integration for social media automation, content generation, and avatar management. Below is a categorized breakdown of available API endpoints.
https://api.evatar.ai/
Authentication is required for all API requests. Use an API key in theĀ AuthorizationĀ header.
Endpoint:Ā POST /login
Description:Ā Authenticates a user and returns an access token.
Request Body:
{
"email": "[email protected]",
"password": "your_password"
}
Response:
{
"token": "your_auth_token",
"userId": "12345"
}
/userĀ ā Retrieves details about the authenticated user.