พอลโลเจอร์นีย์ V8.2
Pollo AI
ข้อความเป็นรูปภาพภาพต่อภาพ$0.03 ต่อ รูปภาพ
PolloJourney V8.2 ผสานความสวยงามที่โดดเด่น คุณภาพของภาพที่คมชัด และการปรับแต่งส่วนบุคคลที่ชาญฉลาดขึ้น เพื่อภาพที่โดดเด่นและน่าเชื่อถือยิ่งขึ้น
ข้อมูลอินพุต
โหมด
กรอกข้อมูลในช่องที่จำเป็นเพื่อดูราคา
Text To Image · 1k
ผลลัพธ์
พร้อมใช้งาน| ความละเอียด | ประเภท | ราคา |
|---|---|---|
| 1K | ภาพต่อภาพ | $0.03 |
| ข้อความเป็นรูปภาพ | $0.03 | |
| 2K | ภาพต่อภาพ | $0.045 |
| ข้อความเป็นรูปภาพ | $0.045 |
จุดสิ้นสุด
POST
https://pollo.ai/api/platform/v1/generation/pollo-ai/pollojourney-v8-2-image/imageโหมด
การตรวจสอบสิทธิ์
ระบุคีย์ API ของคุณในส่วนหัวคำขอ x-api-key
x-api-key: YOUR_API_KEYดูคีย์ APIส่งงาน
สร้างงานสร้างแบบจำลอง
ขอ
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"
}
}'การตอบสนอง (200)
{
"taskId": "task_01HZ7Q2V8J3E4T6Y9K0M1N2P3",
"status": "pending"
}ตรวจสอบสถานะ
ตรวจสอบสถานะของงานเป็นระยะจนกว่ากระบวนการสร้างจะเสร็จสมบูรณ์
คำขอ HTTP
GET /api/platform/v1/generation/{taskId}/status HTTP/1.1
Host: pollo.ai
x-api-key: YOUR_API_KEYการตอบสนอง (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
สามารถใส่ webhookUrl เพื่อรับการแจ้งเตือนเมื่อภารกิจสำเร็จหรือล้มเหลวได้ (ถ้าต้องการ)
ช่องคำขอเพิ่มเติม (ไม่จำเป็น)
{
"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"
}แผนผัง
ช่องป้อนข้อมูลสำหรับปลายทางและโหมดที่เลือก
| สนาม | ประเภท | ที่จำเป็น | คำอธิบาย |
|---|---|---|---|
| prompt | string | ใช่ | Text prompt describing the content to generate. |
| seed | number | เลขที่ | Random seed for reproducible generation. |
| aspectRatio | string | เลขที่ | Output aspect ratio, as width:height (e.g. 16:9). |
| resolution | string | เลขที่ | Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive. |
ข้อผิดพลาด
รหัสตอบกลับ API สาธารณะทั่วไป
- 400
- ข้อมูลป้อนเข้าหรือข้อจำกัดของโมเดลไม่ถูกต้อง
- 401
- คีย์ API หายไปหรือไม่ถูกต้อง
- 403
- คีย์ API ไม่สามารถเข้าถึงได้
- 404
- ไม่พบแบบจำลองหรืองาน
เอกสารประกอบโมเดลจะออกมาเร็วๆ นี้