Pixmind
PixMind API Platform · Beta

ONE API FOR PRODUCTION AI

Build with the right model. Keep one integration.

Connect image, video, and language-model workflows through one developer platform. Start with managed keys today, then scale into unified usage, task delivery, and resilient routing.

Image and video API access is in beta. Unified LLM routing is the next platform milestone.
curl https://api.pixmind.io/v1/images/generations \
  -H "Authorization: Bearer $PIXMIND_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: img-campaign-001" \
  -d '{
    "model": "pixmind/nano-banana-pro",
    "prompt": "A clean product hero image on warm stone",
    "aspect_ratio": "4:5"
  }'
1managed API key
3workload families
100%request-level traceability

PLATFORM SURFACE

The control layer between your product and every model

Keep provider differences out of your application. PixMind gives teams one place to control access, understand usage, and move image, video, and text workloads toward a common production contract.

Managed access

Create, disable, and scope keys for image and video workloads without exposing upstream credentials.

Routing-ready model layer

Use stable model identifiers while the platform evolves toward health, latency, and cost-aware provider routing.

Async media tasks

Treat long-running image and video generation as trackable tasks instead of fragile browser requests.

Explainable usage

Connect each request to its model, task status, and charge so teams can understand where spend goes.

Server-side credentials

Keep keys in your backend, separate environments, and revoke compromised access without changing providers.

Delivery workflows

The platform contract is designed for polling and signed webhooks as media jobs move through terminal states.

MODEL FAMILIES

One platform, specialized model families

Choose models by production job instead of maintaining a different account and integration for every provider.

Browse all models
Beta access

Image APIs

Generation, editing, reference composition, product visuals, and readable design work.

Nano BananaGPT ImageSeedreamFlux
Beta access

Video APIs

Text-to-video, image animation, reference video, audio-capable generation, and production drafts.

VeoSeedanceKlingWan
Next milestone

LLM routes

OpenAI-compatible text, reasoning, coding, and agent workloads are planned for the unified gateway milestone.

OpenAIClaudeGeminiDeepSeek

QUICKSTART

Move from key to first request in minutes

Create a key in the PixMind console, keep it on your server, and use the beta API contract for your selected workload.

01

Create a key

Name the key and grant only the image or video permissions your project needs.

02

Choose a workload

Start with an image or video workflow and copy the request pattern into your backend.

03

Track the result

Keep the returned task identifier and query the terminal result from your server.

curl https://api.pixmind.io/v1/images/generations \
  -H "Authorization: Bearer $PIXMIND_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: img-campaign-001" \
  -d '{
    "model": "pixmind/nano-banana-pro",
    "prompt": "A clean product hero image on warm stone",
    "aspect_ratio": "4:5"
  }'

DELIVERY STATUS

A staged rollout, with the current boundary made explicit

The product surface ships ahead of the full gateway so existing PixMind capabilities can be used and tested without making unsupported production promises.

Available in beta

  • Create, edit, enable, disable, and revoke API keys
  • Separate image and video permissions
  • Use PixMind's existing image and video model services
  • Manage access from the localized developer console

Gateway milestones

  • OpenAI-compatible LLM endpoints and streaming
  • Unified task envelope, signed webhooks, and request logs
  • Per-request usage, wallet reservation, and ledger settlement
  • Health, latency, and cost-aware multi-provider routing

START WITH THE CONTROL PLANE

Create the key your first integration will use

The API Platform beta connects to PixMind's existing access controls now and establishes the route for the unified gateway rollout.