Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://vip.xmsmartlink.com/v1/task/cancel/{id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>", "id": "<string>", "status": "<string>" }
取消或删除视频生成任务。
使用 Authorization: Bearer <YOUR_API_KEY> 进行认证。
请求跟踪 ID,建议每次请求唯一,便于排查问题。
任务 ID。
任务取消响应。
Seedance-2 取消任务响应。
业务状态。
响应消息。
取消后的任务状态。