Skip to main content
GET
Get Security Policies

Get Security Policies

Retrieve available SMLTP (Secure Model Language Transfer Protocol) security policies.

Endpoint

Description

Retrieve available SMLTP (Secure Model Language Transfer Protocol) security policies. These policies determine how your data is processed and protected.

Authentication

Required: API Key

Request

Response

Success Response (200)

Response Fields

Policy Object

Restrictions Object

Error Responses

401 Unauthorized

Example Usage

JavaScript/Node.js

Python

cURL

Policy Types

Public

  • Use Case: Public, non-sensitive data
  • Security Level: Low
  • Data Processing: Standard processing with basic security

Internal

  • Use Case: Internal company data
  • Security Level: Medium
  • Data Processing: Enhanced security with additional safeguards

Confidential

  • Use Case: Confidential business data
  • Security Level: High
  • Data Processing: Maximum security with strict data handling

Notes

  • Choose the appropriate policy based on your data sensitivity
  • Policies affect how your data is processed and protected
  • Use the policy ID in chat completion requests
  • Some policies may be restricted based on your account type

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format. Example: Authorization: Bearer sk-your-api-key-here

Response

List of available security policies

success
boolean
Example:

true

policies
object[]
restrictions
object