Applications
Create a new application
POST
/
{account_id}
/
applications
/
create
Path Parameters
account_id
string
requiredBody
application/json
name
string
requiredName of the application
domain
string
requiredDomain of the application
originHostname
string
requiredOrigin hostname of the application
auth_id
string
requiredAuthentication ID of the application
description
string
Description of the application
tags
string[]
Tags of the application
detailResponse
boolean
Detail response of the application
routing_id
string
Routing ID of the application
abuse_id
string
Fraud and abuse prevention ID of the application
llmcache_id
string
LLM Cache ID of the application
Response
201 - application/json
success
boolean
message
string
data
object[]
Was this page helpful?