Include as headers
string
required
Client Id
string
required
Treet API Key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to use the Treet API Key to make authenticated requests
curl --request GET 'https://api.treet.co/test-endpoint' \
-H 'X-Treet-Client-Id: {your client id}' \
-H 'X-Treet-Authentication-Key: {your API key}' \
