AI Safety endpoints
Create an application
Create a new application.
POST
/
v1
/
applications
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requireddescription
string
requiredid
string | null
provider
string | null
Provider of the application
model
string | null
Model of the application
parameters
object | null
Parameters of the application
created
integer | null
updated
integer | null
Response
200 - application/json
name
string
requireddescription
string
requiredid
string | null
provider
string | null
Provider of the application
model
string | null
Model of the application
parameters
object | null
Parameters of the application
created
integer | null
updated
integer | null