Le premier appel API en 60 secondes
3 étapes. exemplaires de copie-paste. pas de boilerplate.
- 1
Signature
Un clic sur GitHub. $10 crédits gratuitsPas de carte de crédit nécessaire.
Inscrivez-vous sur GitHub - 2
- 3
Faites votre premier appel
remplacement
Votre cléAvec votre clé API et fonctionner :Detect toxicity in text. Fastest endpoint — ~20ms response.
curl -X POST https://api.brainiall.com/v1/nlp/toxicity \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"text":"You are an amazing person!"}'Réponse attendue
{ "toxic": false, "score": 0.0003, "label": "not toxic" }