Skip to content

Instantly share code, notes, and snippets.

@luizmarcus
Created October 21, 2023 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizmarcus/4dd280090ca002e92c136f2f0bb2b84e to your computer and use it in GitHub Desktop.
Save luizmarcus/4dd280090ca002e92c136f2f0bb2b84e to your computer and use it in GitHub Desktop.
curl https://api.openai.com/v1/moderations \
-X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{"input": "Sample text goes here"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment