Managed access
Create, disable, and scope keys for image and video workloads without exposing upstream credentials.
ONE API FOR PRODUCTION AI
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.
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"
}'PLATFORM SURFACE
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.
Create, disable, and scope keys for image and video workloads without exposing upstream credentials.
Use stable model identifiers while the platform evolves toward health, latency, and cost-aware provider routing.
Treat long-running image and video generation as trackable tasks instead of fragile browser requests.
Connect each request to its model, task status, and charge so teams can understand where spend goes.
Keep keys in your backend, separate environments, and revoke compromised access without changing providers.
The platform contract is designed for polling and signed webhooks as media jobs move through terminal states.
MODEL FAMILIES
Choose models by production job instead of maintaining a different account and integration for every provider.
Browse all modelsGeneration, editing, reference composition, product visuals, and readable design work.
Text-to-video, image animation, reference video, audio-capable generation, and production drafts.
OpenAI-compatible text, reasoning, coding, and agent workloads are planned for the unified gateway milestone.
QUICKSTART
Create a key in the PixMind console, keep it on your server, and use the beta API contract for your selected workload.
Name the key and grant only the image or video permissions your project needs.
Start with an image or video workflow and copy the request pattern into your backend.
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
The product surface ships ahead of the full gateway so existing PixMind capabilities can be used and tested without making unsupported production promises.
START WITH THE CONTROL PLANE
The API Platform beta connects to PixMind's existing access controls now and establishes the route for the unified gateway rollout.