Generate images with ByteDance SeedReam v4 text-to-image via x402 payment
What it does
This x402-enabled endpoint at dopamint.ai provides access to ByteDance's SeedReam v4 text-to-image generation model. Callers send a text prompt and receive a generated image, paying per-request through the x402 micropayment protocol.
The endpoint is hosted at https://x402.dopamint.ai/api/ai/generations/images/seedream and is expected to accept POST requests with a text prompt describing the desired image. SeedReam v4 is a diffusion-based image generation model from ByteDance designed for high-quality text-to-image synthesis.
Documentation is extremely limited. No OpenAPI schema, crawl content, or x402 payment challenge was captured during probing — the endpoint did not return a 402 response on either POST or GET, and the origin root also did not respond. Without a confirmed 402 challenge or any live response, the operational status of this endpoint is uncertain. All details beyond the Bazaar listing title and description are inferred.
Capabilities
Use cases
- —Generating images from text prompts for creative projects
- —Producing illustrations or concept art on demand
- —Automating image asset creation in agent workflows
- —Creating marketing or social media visuals from descriptions
Fit
Best for
- —Developers needing pay-per-request image generation without API keys
- —Agent pipelines that use x402 micropayments for image creation
- —Quick prototyping of visual content from text descriptions
Not for
- —Production workloads requiring guaranteed uptime (liveness unconfirmed)
- —Use cases needing fine-grained control over image generation parameters (no schema documented)
Quick start
curl -X POST https://x402.dopamint.ai/api/ai/generations/images/seedream \
-H "Content-Type: application/json" \
-d '{"prompt": "A sunset over a mountain lake, photorealistic"}'Example
Request
{
"prompt": "A sunset over a mountain lake, photorealistic"
}Endpoint
Quality
No x402 challenge was captured, the endpoint did not respond on POST or GET, and no crawl content or schema is available. All information is inferred from the Bazaar listing title alone. Liveness is unconfirmed.
Warnings
- —Endpoint did not return a 402 challenge or any HTTP response during probing — liveness is unconfirmed
- —No OpenAPI schema, documentation, or crawl content available
- —Origin root also did not respond; the entire host may be unreachable
- —All request/response details are inferred and unverified