Перейти к основному содержанию
GET
/
flowmusic
/
v1
/
fetch
cURL
curl --request GET \
  --url https://api.ttapi.io/flowmusic/v1/fetch \
  --header 'TT-API-KEY: <api-key>'
{
  "status": "SUCCESS",
  "message": "success",
  "jobId": "ffd6870b-9a83-47e6-9d57-601efced86b5",
  "data": {
    "jobId": "ffd6870b-9a83-47e6-9d57-601efced86b5",
    "action": "lyrics",
    "progress": "100%",
    "mv": "FUZZ-2.0",
    "quota": "1",
    "hookUrl": null,
    "clips": [
      {
        "clip_id": "07d737cf-9509-4132-99f5-a17339bd7462",
        "title": "Work It Out",
        "lyrics_id": "837e6f94-870b-53a9-8b18-dcf0340b429f",
        "lyrics_timing_markers": "[Verse 1]\nBeat beats beneath my breath\nSweat starts to show itself\nCan't catch a quiet breath\nFeel the fire fight itself\n\n[Pre-Chorus]\nWork won't wait, won't waste away\nPush the pace, I play today\n\n[Chorus]\nMove my muscles, make it better\nFeel the freedom in my fever\nDance the duty, dance forever\nBeat the burden, be believer\nWork it out, work it out\nMove it now, move it now\n\n[Verse 2 - Barely introducing the topic]\nSomething's spinning in my soul\nPressure pressing, taking toll\nNeed to find another role\nBreak the weight and make me whole\n\n[Pre-Chorus]\nWork won't wait, won't waste away\nPush the pace, I play today\n\n[Chorus]\nMove my muscles, make it better\nFeel the freedom in my fever\nDance the duty, dance forever\nBeat the burden, be believer\nWork it out, work it out\nMove it now, move it now\n\n[Rap]\nStress is stacking, spine is aching, spirit's shaking daily\nBut I battle with my body when the bass begins to play me\nFeel the friction fade away when feet begin to fly free\nMusic makes the madness melt, my mind begins to find me\nLabor's loading on my lungs but love is lifting lightly\nBeat becomes my breathing, brings me back to being brightly\nSweat becomes my symphony, sync becomes my saving\nDancing through the difficulty, doubt becomes my craving\nMove until the morning makes me feel like I am flying\nWork without the worry, without walls that keep me crying\nFreedom in the frequency, feeling what I'm fighting\nBody beats the burden when the bass begins its biting\n\n[Bridge]\nStop the struggle, start to shake\nFeel the weight begin to break\nMotion makes the moment take\nAll the ache away\n\n[Final Chorus]\nMove my muscles, make it better\nFeel the freedom in my fever\nDance the duty, dance forever\nBeat the burden, be believer\nWork it out, work it out\nMove it now, move it now\nWork it out, work it out\nMove it now, move it now\n\n[Outro]\nBeat beats beneath my breath\nDance the weight right off my chest",
        "image_url": null,
        "audio_url": null,
        "wav_url": null,
        "video_url": null,
        "create_time": null
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ttapi.io/llms.txt

Use this file to discover all available pages before exploring further.

Авторизации

TT-API-KEY
string
header
обязательно

Пожалуйста, посетите TTAPI Dashboard для получения API ключа.

Параметры запроса

job_id
string
обязательно

jobId, возвращаемый синхронно endpoint'ом генерации

Ответ

Запрос успешен

status
enum<string>
обязательно

Статус задачи: PENDING_QUEUE-в очереди, ON_QUEUE-обработка, SUCCESS-успех, FAILED-ошибка

Доступные опции:
PENDING_QUEUE,
ON_QUEUE,
SUCCESS,
FAILED
Пример:

"SUCCESS"

message
string
обязательно

Сообщение ответа: пустая строка при успехе, конкретная причина ошибки при неудаче (например, «недостаточно квоты», «нарушение подсказки»)

Пример:

""

data
object

Создание видео

Last modified on April 25, 2026