Officiële indeling
Taakdetails ophalen
Gebruik CometAPI om GET /runwayml/v1/tasks/ aan te roepen en de status, voortgang, outputs en metadata van een Runway-videogeneratietaak op te halen via task ID.
GET
Poll a Runway official-format task
Gebruik dit endpoint om een Runway-taak op basis van id te inspecteren.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.
Controleer eerst deze velden
idvoor de taakidentificatiestatusvoor de huidige taakstatusoutputvoor URL’s van voltooide assets wanneer de taak slaagtfailureenfailureCodewanneer de taak mislukt
Wanneer je dit gebruikt
- Na het aanroepen van een officiële Runway-taakaanmaakpagina, zoals text-to-image, image-to-video, video-to-video of upscale
- Wanneer je dit formaat nodig hebt in plaats van de feed-route in compatibility-format
Opnieuw proberen
- Een zojuist aangemaakte taak kan kort
task_not_existretourneren - Wacht een paar seconden en probeer het opnieuw voordat je de task ID als ongeldig beschouwt
- Zodra de taak zichtbaar is, kunnen deze route en de
feed-route in compatibility-format dezelfde response voor queued of in-progress retourneren
Autorisaties
Bearer token authentication. Use your CometAPI key.
Headers
Optional Runway version header, for example 2024-11-06.
Padparameters
Runway task id returned by the create endpoint.
Respons
200 - application/json
Current task state.
Task ID.
Task status.
Beschikbare opties:
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.