Pollojourney V8.2
Pollo AI
Teks ke GambarGambar ke GambarDari $0,03 / gambar
PolloJourney V8.2 menggabungkan estetika yang berani, kualitas gambar yang lebih baik, dan personalisasi yang lebih cerdas untuk visual yang lebih khas dan andal.
Masukan
Mode
Lengkapi kolom yang wajib diisi untuk melihat harga.
Text To Image · 1k
Keluaran
Menganggur| Resolusi | Jenis | Harga |
|---|---|---|
| 1K | Gambar ke Gambar | $0,03 |
| Teks ke Gambar | $0,03 | |
| 2K | Gambar ke Gambar | $0,045 |
| Teks ke Gambar | $0,045 |
Titik akhir
POST
https://pollo.ai/api/platform/v1/generation/pollo-ai/pollojourney-v8-2-image/imageMode
Autentikasi
Sertakan kunci API Anda di header permintaan x-api-key.
x-api-key: YOUR_API_KEYLihat Kunci APIKirim Tugas
Buat tugas pembuatan model.
Meminta
curl -X POST 'https://pollo.ai/api/platform/v1/generation/pollo-ai/pollojourney-v8-2-image/image' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"aspectRatio": "1:1",
"resolution": "1k"
}
}'Respons (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}Periksa Status
Lakukan polling pada endpoint status tugas hingga proses pembuatan selesai.
Permintaan HTTP
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEYRespons (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"credit": 12,
"costUsd": 0.12,
"generations": [
{
"id": "generation_01",
"createdDate": "2026-07-13T07:00:00.000Z",
"updatedDate": "2026-07-13T07:00:12.000Z",
"status": "succeeded",
"failMsg": null,
"url": "https://example.com/output.mp4",
"mediaType": "video"
}
]
}Webhook
Secara opsional, sertakan webhookUrl untuk menerima panggilan balik ketika tugas berhasil atau gagal.
Kolom permintaan opsional
{
"input": {
"prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field",
"aspectRatio": "1:1",
"resolution": "1k"
},
"webhookUrl": "https://example.com/webhooks/pollo"
}Skema
Kolom input untuk endpoint dan mode yang dipilih.
| Bidang | Jenis | Diperlukan | Deskripsi |
|---|---|---|---|
| prompt | string | Ya | Text prompt describing the content to generate. |
| seed | number | TIDAK | Random seed for reproducible generation. |
| aspectRatio | string | TIDAK | Output aspect ratio, as width:height (e.g. 16:9). |
| resolution | string | TIDAK | Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive. |
Kesalahan
Kode respons API publik umum.
- 400
- Masukan atau batasan model tidak valid
- 401
- Kunci API hilang atau tidak valid
- 403
- Kunci API tidak memiliki akses
- 404
- Model atau tugas tidak ditemukan
Dokumentasi model akan segera hadir.