Prompt Guard API Reference
post/v1/guard
cURL
curl -sSLX POST 'https://prompt-guard.aws.us.pangea.cloud/v1/guard' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
v-1-guard
POST
https://prompt-guard.aws.us.pangea.cloud/v1/guardpost/v1beta/guard
cURL
curl -sSLX POST 'https://prompt-guard.aws.us.pangea.cloud/v1beta/guard' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
v-1-beta-guard
POST
https://prompt-guard.aws.us.pangea.cloud/v1beta/guardStatus Codes
Was this article helpful?