Prompt Guard Configuration API Reference
Base URL
prompt-guard.<csp>.<region>.pangea.cloud
post/v1beta/config
cURL
curl -sSLX POST 'https://prompt-guard.aws.us.pangea.cloud/v1beta/config' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
v-1-beta-config
POST
https://prompt-guard.aws.us.pangea.cloud/v1beta/configpost/v1beta/config/create
cURL
curl -sSLX POST 'https://prompt-guard.aws.us.pangea.cloud/v1beta/config/create' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
v-1-beta-config-create
POST
https://prompt-guard.aws.us.pangea.cloud/v1beta/config/createpost/v1beta/config/update
cURL
curl -sSLX POST 'https://prompt-guard.aws.us.pangea.cloud/v1beta/config/update' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
v-1-beta-config-update
POST
https://prompt-guard.aws.us.pangea.cloud/v1beta/config/updatepost/v1beta/config/delete
cURL
curl -sSLX POST 'https://prompt-guard.aws.us.pangea.cloud/v1beta/config/delete' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
v-1-beta-config-delete
POST
https://prompt-guard.aws.us.pangea.cloud/v1beta/config/deletepost/v1beta/config/list
cURL
curl -sSLX POST 'https://prompt-guard.aws.us.pangea.cloud/v1beta/config/list' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
v-1-beta-config-list
POST
https://prompt-guard.aws.us.pangea.cloud/v1beta/config/listStatus Codes
Was this article helpful?