All API endpoints are authenticated using personal access tokens (PAT) that you can create in your account settings. Any actions taken through the API will attributed to you indivudally.
Copy
Ask AI
curl \ -X POST \ -H "Content-Type: application/json" \ -H "Authorization: <Replace this with your PAT key>" \