curl --request GET \
--url https://api.ttapi.io/novelai/fetch \
--header 'TT-API-KEY: <api-key>'{
"data": {
"finishTime": "2026-02-12 09:09:11",
"hookUrl": null,
"imageUrl": [
"https://cdn.ttapi.io/suno/2026-02-12/a5f6860a8e8243c0b57642871b3f1c44.png",
"https://cdn.ttapi.io/suno/2026-02-12/b011be8e37e74f37b785fa49b9a4b278.png"
],
"prompt": "1 young woman, professional talent service specialist, warm dark brown eyes, sleek black hair styled in a neat shoulder-length straight bob with soft side-swept bangs, wearing a tailored light blue blazer over a crisp white silk blouse, navy blue slim-fit dress pants, a small delicate silver wristwatch on the left wrist, a professional ID badge clipped to the lapel, black leather low-heeled pumps, gentle and approachable smile, friendly and professional appearance,solo,face front,full body,standing,full shot, white background, simple background, simple shadow,masterpiece, best quality,very aesthetic",
"quota": "8.00"
},
"jobId": "3b178ca1-78ee-41c1-94d7-3464b27a2439",
"message": "success",
"status": "SUCCESS"
}通过jobId查询当前任务生成结果
curl --request GET \
--url https://api.ttapi.io/novelai/fetch \
--header 'TT-API-KEY: <api-key>'{
"data": {
"finishTime": "2026-02-12 09:09:11",
"hookUrl": null,
"imageUrl": [
"https://cdn.ttapi.io/suno/2026-02-12/a5f6860a8e8243c0b57642871b3f1c44.png",
"https://cdn.ttapi.io/suno/2026-02-12/b011be8e37e74f37b785fa49b9a4b278.png"
],
"prompt": "1 young woman, professional talent service specialist, warm dark brown eyes, sleek black hair styled in a neat shoulder-length straight bob with soft side-swept bangs, wearing a tailored light blue blazer over a crisp white silk blouse, navy blue slim-fit dress pants, a small delicate silver wristwatch on the left wrist, a professional ID badge clipped to the lapel, black leather low-heeled pumps, gentle and approachable smile, friendly and professional appearance,solo,face front,full body,standing,full shot, white background, simple background, simple shadow,masterpiece, best quality,very aesthetic",
"quota": "8.00"
},
"jobId": "3b178ca1-78ee-41c1-94d7-3464b27a2439",
"message": "success",
"status": "SUCCESS"
}