Sürümlenmiş sonuçlar için X-Runway-Version desteğiyle Runway video oluşturma feed görevlerini almak üzere CometAPI feed-get görev API’sini (POST /runway/feed) kullanın.
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"
}Bir Runway compatibility-format görevi oluşturduktan sonra bu endpoint’i kullanın.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.
/runway/pro/* iş akışları için ana polling adımıdır.
task_idstatus ve progressresult_url, video_url veya ilgili çıktı alanlarıfail_reasonÖnce compatibility-format görevini oluşturun
Görev henüz görünmüyorsa bir kez daha deneyin
task_not_exist döndürebilir. Bu olursa birkaç saniye bekleyin ve tekrar polling yapın.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"
}