Mengambil pekerjaan pembuatan aplikasi AI Yike secara batch.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| JobIds |
string |
No |
Daftar ID pekerjaan. Pisahkan beberapa ID dengan koma (,). |
cec2c13da767c090,ca3d3c9737f04586 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
******11-DB8D-4A9A-875B-275798****** |
| JobList |
array<object> |
Daftar pekerjaan. Setiap elemen dalam daftar sama dengan hasil yang dikembalikan oleh GetYikeAIAppJob. |
|
|
array<object> |
Detail pekerjaan. |
||
| AppId |
string |
ID aplikasi. |
9e09955d662a |
| AppInputConfig |
string |
Parameter masukan untuk menjalankan aplikasi AI, sebagai string yang diserialisasi JSON. |
{\"LoadImage.1.TargetImage\":\"MediaId1\"} |
| ExecutionFinishTime |
string |
Pengatur waktu mulai pekerjaan, dalam format yyyy-mm-ddTHH:mm:ssZ (UTC). |
2026-02-06T18:53:34.001+08:00 |
| ExecutionStartTime |
string |
Pengatur waktu selesai pekerjaan, dalam format yyyy-mm-ddTHH:mm:ssZ (UTC). |
2026-02-06T18:53:18.809+08:00 |
| FolderId |
string |
ID folder. |
pd_0617169475 |
| JobId |
string |
ID pekerjaan. |
****a046-263c-3560-978a-fb287782**** |
| ProductionId |
string |
ID proyek. |
pd_0617169475 |
| Result |
object |
Hasil eksekusi pekerjaan. |
|
| ImageResult |
array<object> |
||
|
object |
|||
| MediaId |
string |
318d6350a57d71f08c9ae7f7d4496302 |
|
| OutputUrl |
string |
https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.jpg |
|
| AudioResult |
array<object> |
||
|
object |
|||
| MediaId |
string |
bb1dfa20a0c971f08c94e7f6d6496202 |
|
| OutputUrl |
string |
https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp3 |
|
| VideoResult |
array<object> |
||
|
object |
|||
| MediaId |
string |
ec2de25068fd71f0a48cf7e6c4596302 |
|
| OutputUrl |
string |
https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp4 |
|
| Status |
string |
Status pekerjaan. Nilai valid:
|
Created |
Contoh
Respons sukses
JSONformat
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"JobList": [
{
"AppId": "9e09955d662a",
"AppInputConfig": "{\\\"LoadImage.1.TargetImage\\\":\\\"MediaId1\\\"}",
"ExecutionFinishTime": "2026-02-06T18:53:34.001+08:00",
"ExecutionStartTime": "2026-02-06T18:53:18.809+08:00",
"FolderId": "pd_0617169475",
"JobId": "****a046-263c-3560-978a-fb287782****",
"ProductionId": "pd_0617169475",
"Result": {
"ImageResult": [
{
"MediaId": "318d6350a57d71f08c9ae7f7d4496302",
"OutputUrl": "https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.jpg\n"
}
],
"AudioResult": [
{
"MediaId": "bb1dfa20a0c971f08c94e7f6d6496202",
"OutputUrl": "https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp3"
}
],
"VideoResult": [
{
"MediaId": "ec2de25068fd71f0a48cf7e6c4596302",
"OutputUrl": "https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.mp4"
}
]
},
"Status": "Created"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.