Getting API keys
Create an API key
sid-sk-a81239asda91281
Use the API key
curl -X POST 'https://slow-winds-a1b2.sid.ai/v1/query' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <API_KEY>' \ --body '{"query": "Who was John von Neumann?", "wishlist": {}, "limit": 3}' \
Was this page helpful?