Skip to main content
GET
/
sora-partner
/
fetch
cURL
curl --request GET \
  --url https://api.ttapi.io/sora-partner/fetch \
  --header 'TT-API-KEY: <api-key>'
{
  "status": "SUCCESS",
  "message": "success",
  "jobId": "c0cc8dad-0954-421f-be8d-02eb063b3263",
  "data": {
    "videoId": "video_sorab69aa4c3ccd83d072d3294a839e9935e94edb0da2",
    "model": "sora-2",
    "prompt": "Anime: a wolf running",
    "videoUrl": "https://cdn.ttapi.io/sora/2026-03-06/61651a39-0a6e-418a-862e-67a09f0792c7.mp4",
    "seconds": "4",
    "size": "1280x720",
    "quota": "40",
    "finishTime": "2026-03-06 03:40:22"
  }
}

Authorizations

TT-API-KEY
string
header
required

You can obtain your API key from the TTAPI Dashboard.

Path Parameters

job_id
string
required

job_id returned from the video generation interface

Response

Request successful

videoId
string

Video ID

object
string

video

model
string

Model

prompt
string

Video description

videoUrl
string

Video URL

size
string

Video size

finishTime
string

Completion time

Last modified on March 13, 2026