/
PI
pixelpanda
/
PixelPanda API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h 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)
Submit batch of product images for generation
post
/api/v2/batches
Request body
BatchCreateRequest
required
images
object[]
required
images_per_product
integer
webhook_url
string
uri
Response
Batch created
BatchCreateResponse
required
batch_id
string
status
string
total_images
integer
images_to_generate
integer
credits_reserved
integer
credits_remaining
integer
poll_url
string
Changes