- AI Avatar API
- Get Tokens
- TTS and Voice Clone
- Generate Avatar Videos
- Generate AI Avatar VideosPOST
- List of Result VideosPOST
- List of Result VideosGET
- List One or All AvatarsPOST
- List One or All AvatarsGET
- Obtain the Status of One Avatar Video TaskPOST
- Obtain the List of Personalized Lip-Sync ModelsGET
- Delete or Cancel a VideoDELETE
- Auto Language DetectPOST
- Auto Swith to Public Computing PoolPOST
- Create Avatars and Train Lip-sync Models
- Background Matting and Replacement
- Face Swap
- AI Dubbing
- Image to Video
- Caption Removal
- Streaming Avatar
- Miscellaneous
- Text to Image
- AI Outfit and Product Holding
- AI Image singing
Delete Record
Global Server
https://video.a2e.ai
Global Server
https://video.a2e.ai
DELETE
/api/v1/userText2image/{_id}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
_id
stringÂ
required
Example:
6791f3741ffe04ef3193f27e
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 DELETE 'https://video.a2e.ai/api/v1/userText2image/6791f3741ffe04ef3193f27e'
Responses
🟢200Success
application/json
Body
code
integerÂ
required
data
objectÂ
required
Example
{"code":0,"data":{},"trace_id":"b04e20f8-1743-48e2-808e-6747b89b417b"}
Modified at 2025-07-07 08:41:49