Generate images using the nano-banana-pro model via x402 micropayment.
What it does
This x402 endpoint at dopamint.ai offers image generation using the nano-banana-pro model. The endpoint is designed to accept requests (likely POST) and return generated images, gated behind an x402 payment challenge. The service is part of the Dopamint AI platform's suite of generative AI endpoints.
Very little information is available about this endpoint beyond its URL and the model name. No OpenAPI schema, documentation pages, or crawled content were retrieved. The probe was unable to elicit a 402 payment challenge or any HTTP response from the endpoint on either POST or GET methods, which raises concerns about whether the endpoint is currently live and operational. Without documentation, the exact request format, supported parameters (e.g., prompt, dimensions, style), pricing, and response format are unknown.
Given the naming convention (nano-banana-pro), this appears to be a lightweight or optimized variant of a Banana-based image generation model, but this is speculative. Users should verify endpoint availability and consult the provider directly for integration details.
Capabilities
Use cases
- —Generating images from text prompts with micropayment-based access
- —Agent-driven image creation workflows using x402 protocol
- —On-demand image generation without subscription commitments
Fit
Best for
- —Developers wanting pay-per-use image generation
- —AI agents that need programmatic image creation via x402
- —Prototyping image generation without API key signup
Not for
- —Production workloads requiring guaranteed uptime (endpoint liveness unconfirmed)
- —Users needing detailed documentation or schema before integration
Quick start
curl -X POST https://x402-dev.dopamint.ai/api/ai/generations/images/nano-banana-pro \
-H "Content-Type: application/json" \
-d '{"prompt": "a futuristic cityscape at sunset"}'Example
Request
{
"prompt": "a futuristic cityscape at sunset"
}Endpoint
Quality
The probe failed to elicit any HTTP response (no 402 challenge, no status codes at all) from the endpoint on both POST and GET. No documentation, schema, or crawled content is available. The listing is effectively a stub with only a URL and model name.
Warnings
- —Endpoint did not respond to probe attempts on POST or GET — liveness is unconfirmed.
- —No x402 payment challenge was captured; the endpoint may be down or unreachable.
- —No OpenAPI schema, documentation, or crawl data available.
- —Request/response formats and pricing are entirely unknown and inferred.
- —The domain root also returned no status, suggesting possible infrastructure issues.