curl --request POST \
--url https://api.jiekou.ai/v3/async/image-eraser \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"mask": "<string>",
"image": "<string>",
"prompt": "<string>",
"output_format": "<string>"
}
'{
"task_id": "<string>"
}curl --request POST \
--url https://api.jiekou.ai/v3/async/image-eraser \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"mask": "<string>",
"image": "<string>",
"prompt": "<string>",
"output_format": "<string>"
}
'{
"task_id": "<string>"
}这是一个异步 API,仅返回异步 task_id。你需要使用 task_id 调用任务结果查询 API 获取图像擦除结果。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/jsonjpeg, png, webp