Pixel Labs API
The Pixel Labs API provides programmatic access to our Synthetix Vision Architecture for AI-powered NFT generation and Solana deployment.Base URL
Authentication
All API requests require authentication via Bearer token in the Authorization header.Obtaining API Keys
- Navigate to the Developer Dashboard
- Create a new API key with appropriate permissions
- Store the key securely - it will only be shown once
Rate Limits
Free Tier - 60 requests/minute, 1,000 requests/day Pro Tier - 300 requests/minute, 50,000 requests/day Enterprise - 1,000 requests/minute, unlimited daily Rate limit headers are included in every response:X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.