/
PI
pixelpanda
/
PixelPanda API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 46m ago · Updated 3w ago
Details
Filter operations
Asset Collections
1
Authentication
4
Avatar Studio
4
Batch Processing (v2)
4
get
List batches
post
Submit batch of product images for generation
get
Get batch status and results
post
Cancel batch (refunds unused credits)
Credits
2
Image Processing (v1)
7
Product Catalog
2
Product Marketing
3
Single Jobs (v2)
3
Video Generation
3
Webhooks
3
Batch Processing (v2)
Get batch status and results
get
/api/v2/batches/{batch_id}
Path parameters
batch_id
string
required
Query parameters
include_images
boolean
Response
Batch status with results
BatchStatusResponse
required
batch_id
string
status
'pending'
|
'processing'
|
'completed'
|
'failed'
|
'cancelled'
progress
object
credits_reserved
integer
credits_used
integer
images
object[]
Changes