Skip to main content
POST
/
chat-apps
Create a new ChatApp
curl --request POST \
  --url https://app.ledger.ai/api/chat-apps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filters
string

JSON post body:

{
"data"?: object
"description"?: string
"entitlements": integer[]
"initials": string
"name": string
"picture_background_color"?: string
"picture"?: string
"slug": string
"theme_primary_color"?: string
}

Possible errors:

Field "entitlements": "Entitlements is required"

Field "initials": "Initials is required"

Field "name": "Name is required"

Field "slug": "Handle is required"

Body

application/json

Request payload

The body is of type object.

Response

Successful response

The response is of type object.