Authentication
All API requests require authentication using your private API key in the x-api-key header:
Note: You can create multiple api keys in the developer section of the dasbhoard
curl https://api.tryslatehq.com/businesses \
-H "x-api-key: your_private_api_key" \
-H "Content-Type: application/json"
⚠️ Important
Never expose your private API key in client-side code.