Background Replacer
Develop Env
Develop Env
POST
/external/api/v3/user_activity/background-generator
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/external/api/v3/user_activity/background-generator' \
--header 'x-api-key: Paste your generated api-key here' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_url": "https://ai-image-editor-wasabi-bucket.apyhi.com/base64URLs/2024-06-04/5ffb16d7-68e5-4050-bd68-2c934f129b2b", // Replace with the URL of your input image
"background_id": "waterfall" // Replace with one of the background_id
}'
Response Response Example
{}
Request
Header Params
x-api-key
string
required
Example:
Paste your generated api-key here
Content-Type
string
required
Example:
application/json
Body Params application/json
Responses
Modified at 2024-07-30 06:33:43