API Keys
Your API Keys
Please sign in to manage your API keys.
Sign in
Your API Keys
You don't have any API keys yet.
Create your first API key to start using the ToxidAPI.
Using Your API Key
Include your API key in the X-API-Key
header when making requests to the API.
curl -X POST "https://toxidapi.vercel.app/api/v2/analyze" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"text": "Your text to analyze"}'