API reference

API reference

The Typetone REST API: JSON over HTTPS, authenticated with an API key.

Base URL

Base URL
https://api.app.typetone.ai/public/v1

Every endpoint lives under /v1.

Authentication

Send your API key in the X-API-Key header with every request. See Authentication for how to create one.

cURL
curl "https://api.app.typetone.ai/public/v1/audits" \
-H "X-API-Key: $TYPETONE_API_KEY"

Requests and responses

  • Request bodies are JSON: send Content-Type: application/json.
  • Timestamps are ISO 8601 in UTC.
  • List endpoints that can return many items are paged with page and page_size, and return total and has_more.
  • Errors return a detail message. See Errors and limits.

OpenAPI specification

The full machine-readable spec is at api.app.typetone.ai/public/openapi.json. Import it into Postman, Insomnia or a code generator.

Endpoints

Something unclear or missing? Tell us and we'll improve this page.

Developers
Esc