Authorization: Bearer ********************
{
"image": "string",
"ref": "string",
"webhookOverride": "YOUR_BACKEND_API_ENDPOINT",
"timeout": 900
}
curl --location --request POST 'https://api.imaginepro.ai/api/v1/tools/remove-bg' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string",
"ref": "string",
"webhookOverride": "YOUR_BACKEND_API_ENDPOINT",
"timeout": 900
}'
{
"success": true,
"messageId": "d15c1541-229a-442b-9873-d3494dede12a",
"createdAt": "2023-08-01T14:03:01.817Z"
}