curl --location 'https://async.koukoutu.com/v1/create' \ --header 'X-API-Key: api 密钥' \ --form 'model_key="stamp-background-removal"' \ --form 'image_file=@""' \ --form 'output_format="webp"' \ --form 'crop="0"' \ --form 'border="0"' \ --form 'stamp_crop="0"'
{ "code": 200, "message": "success", "data": { "task_id": 176 } }