- AI Avatar API
- Get Tokens
- TTS and Voice Clone
- Generate Avatar Videos
- Create Avatars and Train Lip-sync Models
- Background Matting and Replacement
- Face Swap
- AI Dubbing
- Image to Video
- Caption Removal
- Streaming Avatar
- Miscellaneous
Delete Custom Image
Global Server
Global Server
POST
/api/v1/custom_back/del
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
_id
stringÂ
required
Example
{
"_id": "652644d3c94a53313c6f02cd"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://video.a2e.ai/api/v1/custom_back/del' \
--header 'Content-Type: application/json' \
--data-raw '{"_id":"652644d3c94a53313c6f02cd"}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-24 07:19:59