Blurface API

Face blur API for the same workflow users try in the playground

Submit an image URL, poll for the task result, and inspect history per API key. The browser playground uses the same public endpoints after it uploads the file and provisions an API key.

API v1Base URL: https://blurface.net0.5 credits / run

Quick start

Authentication

Send your API key as a Bearer token. You can create or rotate keys from the dashboard.

Need a key first? Open API keys or run the playground once to create a guest session.

Request model

Input requirement

The REST API expects a public http(s) image URL. The browser playground uploads files first, then forwards that hosted image URL into /api/generate.

Billing behavior

Credits are deducted on task creation. If the provider later reports failure, the backend refunds the consumed credits and the status endpoint returns the final state.

Endpoints

Error codes

HTTPMeaning
Bad request or invalid image URL.
Missing or invalid API key.
Your balance is too low for another task.
Task ID was not found.
Internal or upstream service error.