- 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
Obtain the List of Background Images
Global Server
Global Server
POST
/api/v1/custom_back/allBackground
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
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/allBackground' \
--header 'Content-Type: text/plain' \
--data-raw ''
Responses
🟢200allBackground
application/json
Body
code
integerÂ
required
data
array [object {4}]Â
required
_id
stringÂ
required
type
stringÂ
required
url
stringÂ
required
createdAt
stringÂ
optional
Example
{
"code": 0,
"data": [
{
"_id": "668fb7ef4b863bd11ea5061c",
"type": "custom",
"url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/beta/face_swap/face__swap/eac52f96-9ddf-416b-a91b-f8599326630d.png",
"createdAt": "2024-07-11T10:46:07.728Z"
},
{
"_id": "668b61f269e9be52f6075103",
"type": "default",
"url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/stable/face_swap/face__swap/e8dce7e6-501a-7f5d-d2f8-3a3ad2ba8207.png",
"createdAt": "2022-09-06T03:39:13.219Z"
},
{
"_id": "668b61f269e9be52f6075102",
"type": "default",
"url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/stable/face_swap/face__swap/4c50afa7-a92c-28ab-cd35-29006953f0eb.jpg",
"createdAt": "2022-09-06T03:39:13.219Z"
},
{
"_id": "668b61f269e9be52f6075101",
"type": "default",
"url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/stable/face_swap/face__swap/6fdb044e-b824-c03f-43f2-c44030370466.jpg",
"createdAt": "2022-09-06T03:39:13.219Z"
},
{
"_id": "668b61f269e9be52f6075100",
"type": "default",
"url": "https://d1tzkvq5ukphug.cloudfront.net/adam2eve/stable/face_swap/face__swap/098445b0-b924-282e-7b98-a70154fc9d16.jpg",
"createdAt": "2022-09-06T03:39:13.219Z"
}
],
"trace_id": "22680327-ee56-48c1-b9f8-9923613ffbd1"
}
Modified at 2025-02-24 07:18:54