- README
- Authentication
- Guides
- API Keys
- Chats
- Documents
- Knowledge Bots
Get All Chat Recipes
GET
/api/chats/recipes
chat
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.crbnai.com/api/chats/recipes'
Responses
🟢200OK
application/json
Body
array of:
id
string <uuid>
optional
created_at
stringÂ
optional
index
number  | nullÂ
optional
name
stringÂ
required
Example
[
{
"name": "fugiat",
"created_at": "2088-07-15T00:59:39.961Z",
"id": "95dba4b7-0a7d-4960-af79-676671f404af",
"index": 1397
},
{
"name": "cum",
"created_at": "2097-08-21T20:38:39.363Z",
"index": 85513,
"id": "f98dfc1b-f87a-4a62-8d28-73d9b1edb008"
}
]
Modified at 2023-12-12 06:39:50