Syncing account...
Learn how to authenticate your API requests with PicX Studio.
All API requests require an API key passed in the Authorization header as a Bearer token.
curl -X POST https://api.picxstudio.com/v1/images/generate \
-H "Authorization: Bearer pxsk_abc123def456..." \
-H "Content-Type: application/json" \
-d '{"prompt": "a cat"}'Scopes control what operations your API key can perform:
images:generateGenerate images from text promptsimages:editEdit existing images with instructionsvideos:generateGenerate videos from text or imagesaudio:generateGenerate audio and musicagent:runRun AI agent workflows