Every route lives under https://api.ofapis.com/api/public/v1 and authenticates with a single Bearer token. Successful responses are wrapped in a data object; errors return {"error":{"code","message"}}. Billing is one credit per successful call — failures are never charged.
Account-scoped variants of the read endpoints exist under /accounts/{accountId}/… so an agency can address each creator by id under one token. The full interactive reference — with schemas, a live playground and multi-language samples — is below.