For security reasons, this API is disabled by default. Please email: contact@a2e.ai to discuss how to enable this API for your application. Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"username":"{{$internet.email}}",
"password":"123456"
}
Request Code Samples
curl --location --request POST 'https://video.a2e.ai/api/v1/user/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"{{$internet.email}}",
"password":"123456"
}'
Responses
application/json {
"code": 0,
"data": {},
"trace_id": "0ab7e502-5172-4d15-ab0a-9a8d61f4b18f"
}
Modified at 2025-02-27 09:48:09