curl -X POST "https://api.applerouter.ai/v1/moderations" \ -H "Authorization: Bearer sk-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "input": "This is a sample text to check for moderation." }'
curl -X POST "https://api.applerouter.ai/v1/moderations" \ -H "Authorization: Bearer sk-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "input": "This is a sample text to check for moderation." }'
Moderation model (e.g. text-moderation-latest, text-moderation-stable)
Copy
curl -X POST "https://api.applerouter.ai/v1/moderations" \ -H "Authorization: Bearer sk-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "input": "This is a sample text to check for moderation." }'