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://aihub-admin.aimix.pro/api-platform/v1/generations \
-H "Authorization: Bearer $PIXMIND_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "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, vision, reasoning, coding, tool calling, and streaming are available now.
RELIABLE MEDIA INPUTS
Third-party image hosts can block model-provider datacenters. Upload local or external media to a short-lived PixMind URL before image-to-image or image-to-video generation.
Send the file name, MIME type, and exact byte size to /files/presign. The API returns a 15-minute PUT URL and a stable fileUrl.
PUT the bytes with the returned Content-Type, then use fileUrl in image, imageUrl, firstFrameUrl, lastFrameUrl, or reference media fields.
The upload is bound to one generation task and deleted from R2 after ready or failed. Unused uploads are removed after 24 hours.
QUICKSTART
Create a key in the PixMind console, keep it on your server, and use the API contract for your selected workload.
Name the key and keep it on your server; the same key works across live image, video, and LLM workloads.
Choose an image, video, or LLM workflow and copy the request pattern into your backend.
Keep the returned task identifier and query the terminal result from your server.
curl https://aihub-admin.aimix.pro/api-platform/v1/generations \
-H "Authorization: Bearer $PIXMIND_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-pro",
"prompt": "A clean product hero image on warm stone",
"aspect_ratio": "4:5"
}'DELIVERY STATUS
Image, video, and LLM APIs are live today while task delivery, billing, and multi-provider routing continue to expand.
START WITH THE CONTROL PLANE
Use one API key for PixMind's live image, video, and LLM models, with access managed from one dashboard.