Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"_id": "67935441844bd769d31d66c6"
}
Request Code Samples
curl --location --request POST 'https://video.a2e.ai/api/v1/userText2image/quickAddAvatar' \
--header 'Content-Type: application/json' \
--data-raw '{
"_id": "67935441844bd769d31d66c6"
}'
Responses
application/json {"code":0,"data":{},"trace_id":"f267f1d0-67c5-44f6-ad77-2e733f7f458e"}
Modified at 2025-07-07 08:41:44