Access model
Bearer token
Keys are sent in the Authorization header for generate, status, and list endpoints.
Keys created here power the same public endpoints used by the playground. Guest sessions can obtain a key through activation, and signed-in users can manage long-term access from this page.
Keys are sent in the Authorization header for generate, status, and list endpoints.
Use this page as the control point for both temporary experimentation and production handoff.
The first successful playground activation can prepare a guest account, starter credits, and API access in one flow.
No active session is available yet. The fastest path is to run one image in the playground first, which can automatically create a guest account, allocate starter credits when available, and prepare an API key.
curl -X POST "https://blurface.net/api/generate" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"image": "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=1200&q=80&auto=format&fit=crop"
}'