Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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}' \