FreeStart creating with free Nana Banana Pro AI credits — no credit card needed.

Documentation

Implementation notes for the cloned Nana Banana Pro AI workflows.

Generate

POST /api/ai/nanophoto/generate

Create image/video tasks with model, prompt, mediaType, and options.

Poll Task

GET /api/ai/nanophoto/tasks/:id

Query Kie and persist result URLs into the local ai_task row.

Gallery

GET /api/ai/nanophoto/tasks?limit=12&page=1

List the signed-in user generation history.

Upload

POST /api/storage/upload-image

Upload reference images for image/video workflows.

Media Upload

POST /api/storage/upload-media

Upload image, video, or audio references for Seedance multimodal workflows.

Pricing

GET /api/ai/nanophoto/config

Read public model credit costs without exposing provider secrets.

Webhook

POST /api/ai/nanophoto/callback

Receives Kie callbacks. Configure kie_webhook_secret to require a shared-secret header.

Checkout Result

/checkout-result?status=success

Post-payment user experience for credits, gallery, and creation recovery flows.