Overview
Getting started with the Thrads SSP API

Visit the Thrads Platform
View the OpenAPI specification file
Quickstart
- To get started, go to the Thrads Platform and create an account as a developer.
Currently the platform is open only to trusted partners so we will take 24h to review your application. Check back to the platform in 24 hours to get access and create your API key.
- Once your account is created, you will be able to create your chatbot instance and obtain your API KEY.
Authentication
All API requests require authentication using an API key in the request header:Base URL
Rate Limits
The API supports up to 100 requests per second per API key. Rate limit information is included in response headers:X-RateLimit-Limit: Maximum requests per secondX-RateLimit-Remaining: Requests remaining in current windowX-RateLimit-Reset: Unix timestamp when window resets