Generate images using the nano-banana model via x402 micropayment.
What it does
This x402 endpoint at dopamint.ai offers image generation using a model called "nano-banana." The endpoint is located at /api/ai/generations/images/nano-banana and is intended to be called with an x402 payment challenge flow. However, during probing, the endpoint did not return the expected 402 Payment Required response on either POST or GET methods, and the root origin also failed to respond. No crawl pages were retrieved, and no OpenAPI schema, AI plugin manifest, or robots.txt was found.
Based on the existing Bazaar listing, the service is described simply as "Generate image using nano-banana," with no further documentation available about supported parameters, image dimensions, pricing, or model details. The "nano-banana" name suggests a lightweight or small-footprint image generation model, but this is speculative. Without a live 402 challenge or any supporting documentation, the endpoint's current operational status is uncertain.
Users interested in this endpoint should verify availability directly with the provider before attempting integration. The dopamint.ai platform appears to host multiple x402-gated AI generation endpoints, but no additional context could be gathered from the crawl.
Capabilities
Use cases
- —Generating images from text prompts via micropayment
- —Integrating lightweight image generation into agent workflows
- —Producing images on-demand with per-request x402 payments
Fit
Best for
- —Agents needing pay-per-use image generation
- —Lightweight or quick image generation tasks
- —x402-compatible agent pipelines
Not for
- —Production workloads requiring guaranteed uptime (endpoint liveness unconfirmed)
- —Use cases needing detailed API documentation or schema guarantees
Quick start
# Endpoint may not be live — verify before use
curl -X POST https://x402.dopamint.ai/api/ai/generations/images/nano-banana \
-H "Content-Type: application/json" \
-d '{"prompt": "a banana on a tropical beach"}'Example
Request
{
"prompt": "a banana on a tropical beach"
}Endpoint
Quality
The endpoint did not return a 402 challenge on any method, the root origin was unreachable, no documentation or schema was found, and zero crawl pages were retrieved. This is effectively a stub listing with unconfirmed liveness.
Warnings
- —Endpoint did not return 402 on POST or GET — liveness unconfirmed
- —Root origin returned no response (status null)
- —No OpenAPI schema, documentation, or crawl data available
- —Request/response schemas are entirely inferred and unverified