Generate images with Stable Diffusion 3.5 Large via x402 micropayment endpoint
What it does
This x402 endpoint hosted on dopamint.ai provides image generation using the Stable Diffusion v3.5 Large model. Callers are expected to pay per request using the x402 protocol, which enables machine-to-machine micropayments without traditional API keys or subscriptions.
Stable Diffusion 3.5 Large is a text-to-image diffusion model capable of generating high-quality images from text prompts. The endpoint is located at x402-dev.dopamint.ai, suggesting it may be a development or staging instance rather than a production deployment.
Very little information is available about this endpoint. The probe was unable to elicit a 402 payment challenge or any HTTP response on either POST or GET methods, and no crawl data, OpenAPI schema, or documentation was retrieved. The root domain also did not respond. Without a confirmed live status, schema details, pricing information, or usage documentation, this listing is largely based on the endpoint URL and the existing title/description from the Bazaar record.
Capabilities
Use cases
- —Generating images from text prompts using Stable Diffusion 3.5 Large
- —Integrating AI image generation into agent workflows via x402 micropayments
- —Prototyping creative assets with a pay-per-request image model
Fit
Best for
- —AI agents needing on-demand image generation with micropayment billing
- —Developers exploring x402 protocol for image generation services
- —Generating high-quality images from detailed text prompts
Not for
- —Production workloads requiring guaranteed uptime (endpoint appears to be a dev instance)
- —Users needing documented API schemas and response formats before integration
Quick start
curl -X POST https://x402-dev.dopamint.ai/api/ai/generations/images/stable-diffusion-v35-large \
-H "Content-Type: application/json" \
-d '{"prompt": "a futuristic city at sunset"}'Example
Request
{
"prompt": "a futuristic city at sunset"
}Endpoint
Quality
The probe could not reach the endpoint on any method (no HTTP status returned at all), no crawl data was retrieved, and no schema or documentation exists. The listing is effectively a stub based solely on the Bazaar record's title and URL.
Warnings
- —Endpoint did not respond to probe attempts on POST or GET — may be offline or unreachable
- —No x402 payment challenge was captured; liveness could not be confirmed
- —No OpenAPI schema, documentation, or crawl data available
- —URL contains 'x402-dev' suggesting a development/staging environment that may be unstable or temporary
- —All request/response examples are inferred and unverified