AI Safety endpoints
Create an application
Create a new application.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Provider of the application
Example:
"OpenAI"
Model of the application
Example:
"gpt-4o"
Parameters of the application
Response
200
application/json
Successful Response
Provider of the application
Example:
"OpenAI"
Model of the application
Example:
"gpt-4o"
Parameters of the application