Quick Start
Last updated
Last updated
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your at any time.
To make your first request, send an authenticated request to the me endpoint. This will return your user account details.
GET
https://api.sitespeak.ai/v1/me
Retrieves your user account details and validates that your token is active.
Authorization*
String
Bearer {api_token}