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.