Developer access

API keys for the playground, automation jobs, and production integrations.

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.

Access model
Bearer token

Keys are sent in the Authorization header for generate, status, and list endpoints.

Lifecycle
Create, rotate, revoke

Use this page as the control point for both temporary experimentation and production handoff.

Guest path
Automatic provisioning

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.

Quick reference

Use the key directly against the public REST surface

Full documentation
ExamplecURL
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"
  }'