Skip to main content

Syntheia API Reference

The Syntheia API is a REST API that accepts JSON request bodies and returns JSON responses.

Base URL: https://api.your-domain.com — use the domain where you obtained your API key.

Authentication

All requests require a bearer token in the Authorization header. See Authentication for details on obtaining and using API keys.

Versioning

The current API version is v1. The version is included in the base URL.