Gunakan API tugas feed-get CometAPI (POST /runway/feed) untuk mengambil tugas feed generasi video Runway dengan dukungan X-Runway-Version untuk hasil yang berversi.
curl --request POST \
--url https://api.cometapi.com/runway/feed \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task_id": "4156043d-9ea5-47c5-9e38-3f8446a0b20d"
}
'{
"task_id": "4156043d-9ea5-47c5-9e38-3f8446a0b20d"
}Gunakan endpoint ini setelah Anda membuat tugas format kompatibilitas Runway. Ini adalah langkah polling utama untuk alur kerjaDocumentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
/runway/pro/*.
task_id untuk pengenal tugasstatus dan progress untuk progres tugasresult_url, video_url, atau field output terkait saat tugas selesaifail_reason saat tugas gagalBuat tugas format kompatibilitas terlebih dahulu
Coba lagi sekali jika tugas belum terlihat
task_id yang baru dibuat terkadang dapat mengembalikan task_not_exist untuk sesaat. Jika itu terjadi, tunggu beberapa detik lalu lakukan polling lagi.Bearer token authentication. Use your CometAPI key.
Optional Runway version header, for example 2024-11-06.
Runway task id returned by the create endpoint.
Current task state.
Task ID returned by the create endpoint.
Task action.
Task status.
Failure reason, when available.
Result URL, when available.
Task submission timestamp.
Task start timestamp.
Task finish timestamp.
Task progress.
Task metadata.
curl --request POST \
--url https://api.cometapi.com/runway/feed \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task_id": "4156043d-9ea5-47c5-9e38-3f8446a0b20d"
}
'{
"task_id": "4156043d-9ea5-47c5-9e38-3f8446a0b20d"
}