makevid
  1. Runway
makevid
  • Introduction
  • Luma
    • Create Luma Video
      POST
    • Get Luma Video
      GET
  • Runway
    • Create Runway Video
      POST
    • Get Runway Video
      GET
  • Kling
    • Text to Video
      POST
    • Get Text2Video Result
      GET
    • Image to Video
      POST
    • Get Image2Video Result
      GET
  1. Runway

Get Runway Video

GET
/api/v1/get_runway/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
task id
Example:
2c8dec65-7882-494b-9365-d1418676cd62

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://makevid.ai/api/v1/get_runway/2c8dec65-7882-494b-9365-d1418676cd62'

Responses

🟢200Success
application/json
Body
task
object 
required
id
string 
required
task id
name
null 
required
image
null 
required
createdAt
string 
required
updatedAt
string 
required
taskType
string 
required
options
object 
required
status
string 
required
task status, when "SUCCEEDED",the task done.
error
null 
required
progressText
null 
required
progressRatio
string 
required
estimatedTimeToStartSeconds
integer 
required
artifacts
array [object {18}] 
required
sharedAsset
null 
required
Example
{
  "task": {
    "id": "d110cdd2-df84-4126-ba58-8416b86003eb",
    "name": null,
    "image": null,
    "createdAt": "2024-09-09T06:50:55.123Z",
    "updatedAt": "2024-09-09T06:51:20.338Z",
    "taskType": "gen3a_turbo",
    "options": {
      "name": "",
      "seconds": 10,
      "text_prompt": "Hyperspeed shot: [scene]. Camera movement: fast zoom.",
      "seed": 3994113795,
      "exploreMode": false,
      "watermark": false,
      "enhance_prompt": true,
      "init_image": "https://d2jqrm6oza8nb6.cloudfront.net/datasets/54102233-04bf-4ab8-a6b0-21f60efb3a21.jpg?_jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXlIYXNoIjoiYjE2NjVlNjNlNmNhNTljNyIsImJ1Y2tldCI6InJ1bndheS1kYXRhc2V0cyIsInN0YWdlIjoicHJvZCIsImV4cCI6MTcyNjAxMjgwMH0.04EhOwC05RyHBe3dL5ayrFGs0FMo4Nke8SE_fS9Szrs",
      "resolution": "720p",
      "image_as_end_frame": false,
      "assetGroupName": "Generative Video"
    },
    "status": "SUCCEEDED",
    "error": null,
    "progressText": null,
    "progressRatio": "1",
    "estimatedTimeToStartSeconds": 0,
    "artifacts": [
      {
        "id": "738a0da6-4182-459c-b773-5d25c1391bd4",
        "createdAt": "2024-09-09T06:51:20.295Z",
        "updatedAt": "2024-09-09T06:51:20.295Z",
        "userId": 18924429,
        "createdBy": 18924429,
        "taskId": "d110cdd2-df84-4126-ba58-8416b86003eb",
        "parentAssetGroupId": "18240e16-d534-4315-9c96-100a8d01a95a",
        "filename": ".mp4",
        "url": "https://filesystem.site/cdn/20240909/PXM1k9NUg4paxT7eirUVfbHYiK5lsW.mp4",
        "fileSize": "7655707",
        "isDirectory": false,
        "previewUrls": [
          "https://filesystem.site/cdn/20240909/n0tdLRRqIqE3Hm1zNkPPuw4J1mpcmQ.jpg",
          "https://filesystem.site/cdn/20240909/HeBbLtnDonVPeoaESgJ7Fl5nvzVTZ8.jpg",
          "https://filesystem.site/cdn/20240909/FPt2dQEOBxMU8tk7x3LE8QAzK0gxUZ.jpg",
          "https://filesystem.site/cdn/20240909/bO47PSLuGhIA23JDmQMiaG9xEqumNS.jpg",
          "https://filesystem.site/cdn/20240909/R4RRzHVHERVhU6vhzSdOiOnoLYOj1n.jpg"
        ],
        "private": true,
        "privateInTeam": true,
        "deleted": false,
        "reported": false,
        "metadata": {
          "frameRate": 24,
          "duration": 10.542,
          "dimensions": [
            1280,
            768
          ],
          "size": {
            "width": 1280,
            "height": 768
          }
        },
        "favorite": false
      }
    ],
    "sharedAsset": null
  }
}
Previous
Create Runway Video
Next
Text to Video
Built with