Format Resmi
Dapatkan detail task
Gunakan CometAPI untuk memanggil GET /runwayml/v1/tasks/ dan mengambil status task pembuatan video Runway, progres, output, dan metadata berdasarkan ID task.
GET
Poll a Runway official-format task
Gunakan endpoint ini untuk memeriksa task Runway berdasarkan id.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Periksa field ini terlebih dahulu
iduntuk pengenal taskstatusuntuk status task saat inioutputuntuk URL aset yang sudah selesai saat task berhasilfailuredanfailureCodesaat task gagal
Kapan menggunakannya
- Setelah memanggil halaman pembuatan task Runway format resmi seperti text-to-image, image-to-video, video-to-video, atau upscale
- Saat Anda membutuhkan format ini alih-alih rute
feedformat kompatibilitas
Perilaku retry
- Task yang baru dibuat mungkin sesaat mengembalikan
task_not_exist - Tunggu beberapa detik lalu coba lagi sebelum menganggap id task tidak valid
- Setelah task terlihat, rute ini dan rute
feedformat kompatibilitas dapat mengembalikan respons queued atau in-progress yang sama
Otorisasi
Bearer token authentication. Use your CometAPI key.
Header
Optional Runway version header, for example 2024-11-06.
Parameter Path
Runway task id returned by the create endpoint.
Respons
200 - application/json
Current task state.
Task ID.
Task status.
Opsi yang tersedia:
PENDING, RUNNING, SUCCEEDED, FAILED Task creation timestamp.
Output URLs returned after the task succeeds.
Failure reason returned after the task fails.
Failure code returned after the task fails.
Task progress.