| Model | Price |
|---|---|
| remove-watermark | $0.003/s |
{
"model": "sora2",
"task_type": "remove-watermark",
"input": {
"video_url": "https://piapi.ai/workspace/sora2/watermark.mp4"
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/99023d80-3975-43d7-b871-6fda4f140417",
"secret": ""
}
}
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "sora2",
"task_type": "remove-watermark",
"input": {
"video_url": "https://piapi.ai/workspace/sora2/watermark.mp4"
},
"config": {
"webhook_config": {
"endpoint": "https://webhook.site/99023d80-3975-43d7-b871-6fda4f140417",
"secret": ""
}
}
}'{
"code": 200,
"data": {
"task_id": "d18e6470-350e-45b9-8645-7c40ffec9ac5",
"model": "sora2",
"task_type": "remove-watermark",
"status": "pending",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/99023d80-3975-43d7-b871-6fda4f140417",
"secret": ""
}
},
"input": null,
"output": null,
"meta": {
"created_at": "2025-11-05T02:06:13.824811863Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "llm",
"frozen": 0,
"consume": 330000
},
"is_using_private_pool": false
},
"detail": null,
"logs": [],
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}