curl --request POST \
--url https://api.myrouter.ai/v3/async/image-remove-background \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image": "<string>"
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.myrouter.ai/v3/async/image-remove-background \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image": "<string>"
}
'{
"task_id": "<string>"
}This is an async API that only returns the async task_id. Use the task_id to call the Get Async Task Result API to retrieve the background removal result.Documentation Index
Fetch the complete documentation index at: https://docs.myrouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json