{
	"info": {
		"_postman_id": "657d39f1-d175-45b6-be16-373884808c43",
		"name": "Magic AI API",
		"description": "Magic AI helps you to create your own custom AI chat bots in minutes.    You can use Magic AI's API to manage, train and use your custom chat bots. Our chat bots are backed by ChatGPT 4 and ChatGPT 3.5\n\nContact Support:\n Email: support@magicai.ai",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "35990"
	},
	"item": [
		{
			"name": "projects",
			"item": [
				{
					"name": "{projectId}",
					"item": [
						{
							"name": "data-source",
							"item": [
								{
									"name": "{dataSourceId}",
									"item": [
										{
											"name": "Delete data source",
											"request": {
												"method": "DELETE",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/projects/:projectId/data-source/:dataSourceId",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"projects",
														":projectId",
														"data-source",
														":dataSourceId"
													],
													"variable": [
														{
															"key": "projectId",
															"value": "<uuid>"
														},
														{
															"key": "dataSourceId",
															"value": "<uuid>"
														}
													]
												},
												"description": "Delete a data source from the project."
											},
											"response": [
												{
													"name": "successful operation",
													"originalRequest": {
														"method": "DELETE",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"description": "Added as a part of security scheme: basic",
																"key": "Authorization",
																"value": "Basic <credentials>"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/projects/:projectId/data-source/:dataSourceId",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"projects",
																":projectId",
																"data-source",
																":dataSourceId"
															],
															"variable": [
																{
																	"key": "projectId"
																},
																{
																	"key": "dataSourceId"
																}
															]
														}
													},
													"status": "OK",
													"code": 200,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"status\": \"<string>\"\n}"
												},
												{
													"name": "The specified parameter is invalid",
													"originalRequest": {
														"method": "DELETE",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"description": "Added as a part of security scheme: basic",
																"key": "Authorization",
																"value": "Basic <credentials>"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/projects/:projectId/data-source/:dataSourceId",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"projects",
																":projectId",
																"data-source",
																":dataSourceId"
															],
															"variable": [
																{
																	"key": "projectId"
																},
																{
																	"key": "dataSourceId"
																}
															]
														}
													},
													"status": "Bad Request",
													"code": 400,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
												},
												{
													"name": "Authentication information is missing or invalid",
													"originalRequest": {
														"method": "DELETE",
														"header": [
															{
																"description": "Added as a part of security scheme: basic",
																"key": "Authorization",
																"value": "Basic <credentials>"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/projects/:projectId/data-source/:dataSourceId",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"projects",
																":projectId",
																"data-source",
																":dataSourceId"
															],
															"variable": [
																{
																	"key": "projectId"
																},
																{
																	"key": "dataSourceId"
																}
															]
														}
													},
													"status": "Unauthorized",
													"code": 401,
													"_postman_previewlanguage": "text",
													"header": [
														{
															"key": "WWW_Authenticate",
															"value": "<string>",
															"description": {
																"content": "",
																"type": "text/plain"
															}
														}
													],
													"cookie": [],
													"body": ""
												},
												{
													"name": "You don't have permission to access this resource",
													"originalRequest": {
														"method": "DELETE",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"description": "Added as a part of security scheme: basic",
																"key": "Authorization",
																"value": "Basic <credentials>"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/projects/:projectId/data-source/:dataSourceId",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"projects",
																":projectId",
																"data-source",
																":dataSourceId"
															],
															"variable": [
																{
																	"key": "projectId"
																},
																{
																	"key": "dataSourceId"
																}
															]
														}
													},
													"status": "Forbidden",
													"code": 403,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
												},
												{
													"name": "An unexpected error occurred",
													"originalRequest": {
														"method": "DELETE",
														"header": [
															{
																"key": "Accept",
																"value": "application/json"
															},
															{
																"description": "Added as a part of security scheme: basic",
																"key": "Authorization",
																"value": "Basic <credentials>"
															}
														],
														"url": {
															"raw": "{{baseUrl}}/projects/:projectId/data-source/:dataSourceId",
															"host": [
																"{{baseUrl}}"
															],
															"path": [
																"projects",
																":projectId",
																"data-source",
																":dataSourceId"
															],
															"variable": [
																{
																	"key": "projectId"
																},
																{
																	"key": "dataSourceId"
																}
															]
														}
													},
													"status": "Internal Server Error",
													"code": 500,
													"_postman_previewlanguage": "json",
													"header": [
														{
															"key": "Content-Type",
															"value": "application/json"
														}
													],
													"cookie": [],
													"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
												}
											]
										}
									]
								},
								{
									"name": "Create data source",
									"request": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"name\": \"<string>\",\n  \"text\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId/data-source",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId",
												"data-source"
											],
											"variable": [
												{
													"key": "projectId",
													"value": "<uuid>"
												}
											]
										},
										"description": "Create a new data source with text content."
									},
									"response": [
										{
											"name": "successful operation",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"text\": \"<string>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/projects/:projectId/data-source",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"projects",
														":projectId",
														"data-source"
													],
													"variable": [
														{
															"key": "projectId"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"id\": \"<uuid>\",\n  \"projectId\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"status\": \"ready\",\n  \"sourceType\": \"drive\",\n  \"summary\": \"<string>\",\n  \"characterCount\": \"<integer>\"\n}"
										},
										{
											"name": "The specified parameter is invalid",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"text\": \"<string>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/projects/:projectId/data-source",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"projects",
														":projectId",
														"data-source"
													],
													"variable": [
														{
															"key": "projectId"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										},
										{
											"name": "Authentication information is missing or invalid",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"text\": \"<string>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/projects/:projectId/data-source",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"projects",
														":projectId",
														"data-source"
													],
													"variable": [
														{
															"key": "projectId"
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "WWW_Authenticate",
													"value": "<string>",
													"description": {
														"content": "",
														"type": "text/plain"
													}
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "You don't have permission to access this resource",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"text\": \"<string>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/projects/:projectId/data-source",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"projects",
														":projectId",
														"data-source"
													],
													"variable": [
														{
															"key": "projectId"
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										},
										{
											"name": "You need to upgrade your account to access this resource",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"text\": \"<string>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/projects/:projectId/data-source",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"projects",
														":projectId",
														"data-source"
													],
													"variable": [
														{
															"key": "projectId"
														}
													]
												}
											},
											"status": "Upgrade Required (RFC 2817)",
											"code": 426,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										},
										{
											"name": "An unexpected error occurred",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "Content-Type",
														"value": "application/json"
													},
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\n  \"name\": \"<string>\",\n  \"text\": \"<string>\"\n}",
													"options": {
														"raw": {
															"headerFamily": "json",
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{baseUrl}}/projects/:projectId/data-source",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"projects",
														":projectId",
														"data-source"
													],
													"variable": [
														{
															"key": "projectId"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										}
									]
								}
							]
						},
						{
							"name": "Get project by id",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/projects/:projectId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects",
										":projectId"
									],
									"variable": [
										{
											"key": "projectId",
											"value": "<uuid>"
										}
									]
								},
								"description": "get a project by id"
							},
							"response": [
								{
									"name": "successful",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\",\n  \"dataSources\": [\n    {\n      \"id\": \"<uuid>\",\n      \"projectId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"status\": \"failed\",\n      \"sourceType\": \"notion\",\n      \"summary\": \"<string>\",\n      \"characterCount\": \"<integer>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"projectId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"status\": \"pending\",\n      \"sourceType\": \"text\",\n      \"summary\": \"<string>\",\n      \"characterCount\": \"<integer>\"\n    }\n  ]\n}"
								},
								{
									"name": "Authentication information is missing or invalid",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "WWW_Authenticate",
											"value": "<string>",
											"description": {
												"content": "",
												"type": "text/plain"
											}
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "You don't have permission to access this resource",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Forbidden",
									"code": 403,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								},
								{
									"name": "You need to upgrade your account to access this resource",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Upgrade Required (RFC 2817)",
									"code": 426,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								},
								{
									"name": "An unexpected error occurred",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Update Project",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/projects/:projectId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects",
										":projectId"
									],
									"variable": [
										{
											"key": "projectId",
											"value": "<uuid>"
										}
									]
								},
								"description": "Update a new project."
							},
							"response": [
								{
									"name": "successful operation",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\",\n  \"dataSources\": [\n    {\n      \"id\": \"<uuid>\",\n      \"projectId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"status\": \"failed\",\n      \"sourceType\": \"notion\",\n      \"summary\": \"<string>\",\n      \"characterCount\": \"<integer>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"projectId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"status\": \"pending\",\n      \"sourceType\": \"text\",\n      \"summary\": \"<string>\",\n      \"characterCount\": \"<integer>\"\n    }\n  ]\n}"
								},
								{
									"name": "The specified parameter is invalid",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								},
								{
									"name": "Authentication information is missing or invalid",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "WWW_Authenticate",
											"value": "<string>",
											"description": {
												"content": "",
												"type": "text/plain"
											}
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "You don't have permission to access this resource",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Forbidden",
									"code": 403,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								},
								{
									"name": "You need to upgrade your account to access this resource",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Upgrade Required (RFC 2817)",
									"code": 426,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								},
								{
									"name": "An unexpected error occurred",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Delete Project",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/projects/:projectId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects",
										":projectId"
									],
									"variable": [
										{
											"key": "projectId",
											"value": "<uuid>"
										}
									]
								},
								"description": "Delete a project. This will delete all the data sources and chat history associated with this project. You can not undo this operation. Please be careful before running this operation."
							},
							"response": [
								{
									"name": "successful operation",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"status\": \"<string>\"\n}"
								},
								{
									"name": "The specified parameter is invalid",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								},
								{
									"name": "Authentication information is missing or invalid",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "text",
									"header": [
										{
											"key": "WWW_Authenticate",
											"value": "<string>",
											"description": {
												"content": "",
												"type": "text/plain"
											}
										}
									],
									"cookie": [],
									"body": ""
								},
								{
									"name": "You don't have permission to access this resource",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Forbidden",
									"code": 403,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								},
								{
									"name": "An unexpected error occurred",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"description": "Added as a part of security scheme: basic",
												"key": "Authorization",
												"value": "Basic <credentials>"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/projects/:projectId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"projects",
												":projectId"
											],
											"variable": [
												{
													"key": "projectId"
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "List Projects",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/projects",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"projects"
							]
						},
						"description": "List all your projects in your organization"
					},
					"response": [
						{
							"name": "successful",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "[\n  {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"welcomeQuestion\": \"<string>\",\n    \"systemPrompt\": \"<string>\",\n    \"isPublic\": \"<boolean>\",\n    \"showResources\": \"<boolean>\",\n    \"dataSources\": [\n      {\n        \"id\": \"<uuid>\",\n        \"projectId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"status\": \"processing\",\n        \"sourceType\": \"text\",\n        \"summary\": \"<string>\",\n        \"characterCount\": \"<integer>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"projectId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"status\": \"pending\",\n        \"sourceType\": \"notion\",\n        \"summary\": \"<string>\",\n        \"characterCount\": \"<integer>\"\n      }\n    ]\n  },\n  {\n    \"id\": \"<uuid>\",\n    \"name\": \"<string>\",\n    \"welcomeQuestion\": \"<string>\",\n    \"systemPrompt\": \"<string>\",\n    \"isPublic\": \"<boolean>\",\n    \"showResources\": \"<boolean>\",\n    \"dataSources\": [\n      {\n        \"id\": \"<uuid>\",\n        \"projectId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"status\": \"pending\",\n        \"sourceType\": \"text\",\n        \"summary\": \"<string>\",\n        \"characterCount\": \"<integer>\"\n      },\n      {\n        \"id\": \"<uuid>\",\n        \"projectId\": \"<uuid>\",\n        \"name\": \"<string>\",\n        \"status\": \"pending\",\n        \"sourceType\": \"drive\",\n        \"summary\": \"<string>\",\n        \"characterCount\": \"<integer>\"\n      }\n    ]\n  }\n]"
						},
						{
							"name": "Authentication information is missing or invalid",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "WWW_Authenticate",
									"value": "<string>",
									"description": {
										"content": "",
										"type": "text/plain"
									}
								}
							],
							"cookie": [],
							"body": ""
						},
						{
							"name": "You don't have permission to access this resource",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "You need to upgrade your account to access this resource",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Upgrade Required (RFC 2817)",
							"code": 426,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "An unexpected error occurred",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Internal Server Error",
							"code": 500,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create Project",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/projects",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"projects"
							]
						},
						"description": "Create a new project."
					},
					"response": [
						{
							"name": "successful operation",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"id\": \"<uuid>\",\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\",\n  \"dataSources\": [\n    {\n      \"id\": \"<uuid>\",\n      \"projectId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"status\": \"failed\",\n      \"sourceType\": \"notion\",\n      \"summary\": \"<string>\",\n      \"characterCount\": \"<integer>\"\n    },\n    {\n      \"id\": \"<uuid>\",\n      \"projectId\": \"<uuid>\",\n      \"name\": \"<string>\",\n      \"status\": \"pending\",\n      \"sourceType\": \"text\",\n      \"summary\": \"<string>\",\n      \"characterCount\": \"<integer>\"\n    }\n  ]\n}"
						},
						{
							"name": "The specified parameter is invalid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "Authentication information is missing or invalid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "WWW_Authenticate",
									"value": "<string>",
									"description": {
										"content": "",
										"type": "text/plain"
									}
								}
							],
							"cookie": [],
							"body": ""
						},
						{
							"name": "You don't have permission to access this resource",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "You need to upgrade your account to access this resource",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Upgrade Required (RFC 2817)",
							"code": 426,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "An unexpected error occurred",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"welcomeQuestion\": \"<string>\",\n  \"systemPrompt\": \"<string>\",\n  \"isPublic\": \"<boolean>\",\n  \"showResources\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"projects"
									]
								}
							},
							"status": "Internal Server Error",
							"code": 500,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "chat",
			"item": [
				{
					"name": "{projectId}",
					"item": [
						{
							"name": "{sessionId}",
							"item": [
								{
									"name": "Get chat session",
									"request": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/chat/:projectId/:sessionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"chat",
												":projectId",
												":sessionId"
											],
											"variable": [
												{
													"key": "projectId",
													"value": "<uuid>"
												},
												{
													"key": "sessionId",
													"value": "<string>"
												}
											]
										},
										"description": "Get chat history for given session id."
									},
									"response": [
										{
											"name": "successful",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/chat/:projectId/:sessionId",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"chat",
														":projectId",
														":sessionId"
													],
													"variable": [
														{
															"key": "projectId"
														},
														{
															"key": "sessionId"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "[\n  {\n    \"question\": \"<string>\",\n    \"answer\": \"<string>\",\n    \"projectId\": \"<uuid>\",\n    \"sourceDocuments\": [\n      {\n        \"pageContent\": \"<string>\",\n        \"metadata\": {\n          \"title\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      },\n      {\n        \"pageContent\": \"<string>\",\n        \"metadata\": {\n          \"title\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      }\n    ]\n  },\n  {\n    \"question\": \"<string>\",\n    \"answer\": \"<string>\",\n    \"projectId\": \"<uuid>\",\n    \"sourceDocuments\": [\n      {\n        \"pageContent\": \"<string>\",\n        \"metadata\": {\n          \"title\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      },\n      {\n        \"pageContent\": \"<string>\",\n        \"metadata\": {\n          \"title\": \"<string>\",\n          \"url\": \"<string>\"\n        }\n      }\n    ]\n  }\n]"
										},
										{
											"name": "The specified parameter is invalid",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/chat/:projectId/:sessionId",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"chat",
														":projectId",
														":sessionId"
													],
													"variable": [
														{
															"key": "projectId"
														},
														{
															"key": "sessionId"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										},
										{
											"name": "Authentication information is missing or invalid",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/chat/:projectId/:sessionId",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"chat",
														":projectId",
														":sessionId"
													],
													"variable": [
														{
															"key": "projectId"
														},
														{
															"key": "sessionId"
														}
													]
												}
											},
											"status": "Unauthorized",
											"code": 401,
											"_postman_previewlanguage": "text",
											"header": [
												{
													"key": "WWW_Authenticate",
													"value": "<string>",
													"description": {
														"content": "",
														"type": "text/plain"
													}
												}
											],
											"cookie": [],
											"body": ""
										},
										{
											"name": "You don't have permission to access this resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/chat/:projectId/:sessionId",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"chat",
														":projectId",
														":sessionId"
													],
													"variable": [
														{
															"key": "projectId"
														},
														{
															"key": "sessionId"
														}
													]
												}
											},
											"status": "Forbidden",
											"code": 403,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										},
										{
											"name": "You need to upgrade your account to access this resource",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/chat/:projectId/:sessionId",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"chat",
														":projectId",
														":sessionId"
													],
													"variable": [
														{
															"key": "projectId"
														},
														{
															"key": "sessionId"
														}
													]
												}
											},
											"status": "Upgrade Required (RFC 2817)",
											"code": 426,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										},
										{
											"name": "An unexpected error occurred",
											"originalRequest": {
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"value": "application/json"
													},
													{
														"description": "Added as a part of security scheme: basic",
														"key": "Authorization",
														"value": "Basic <credentials>"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/chat/:projectId/:sessionId",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"chat",
														":projectId",
														":sessionId"
													],
													"variable": [
														{
															"key": "projectId"
														},
														{
															"key": "sessionId"
														}
													]
												}
											},
											"status": "Internal Server Error",
											"code": 500,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
										}
									]
								}
							]
						}
					]
				},
				{
					"name": "Chat",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"sessionId\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/chat",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"chat"
							]
						},
						"description": "Send new chat message and get response from your AI chat bot"
					},
					"response": [
						{
							"name": "successful operation",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"sessionId\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/chat",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"chat"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"text\": \"<string>\",\n  \"sourceDocuments\": [\n    {\n      \"pageContent\": \"<string>\",\n      \"metadata\": {\n        \"title\": \"<string>\",\n        \"url\": \"<string>\"\n      }\n    },\n    {\n      \"pageContent\": \"<string>\",\n      \"metadata\": {\n        \"title\": \"<string>\",\n        \"url\": \"<string>\"\n      }\n    }\n  ]\n}"
						},
						{
							"name": "The specified parameter is invalid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"sessionId\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/chat",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"chat"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "Authentication information is missing or invalid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"sessionId\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/chat",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"chat"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "WWW_Authenticate",
									"value": "<string>",
									"description": {
										"content": "",
										"type": "text/plain"
									}
								}
							],
							"cookie": [],
							"body": ""
						},
						{
							"name": "You don't have permission to access this resource",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"sessionId\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/chat",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"chat"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "You need to upgrade your account to access this resource",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"sessionId\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/chat",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"chat"
									]
								}
							},
							"status": "Upgrade Required (RFC 2817)",
							"code": 426,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "An unexpected error occurred",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"text\": \"<string>\",\n  \"sessionId\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/chat",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"chat"
									]
								}
							},
							"status": "Internal Server Error",
							"code": 500,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "search",
			"item": [
				{
					"name": "Search",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"query\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/search",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"search"
							]
						},
						"description": "Perform search on your data sources."
					},
					"response": [
						{
							"name": "successful operation",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"query\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/search",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"search"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "[\n  {\n    \"pageContent\": \"<string>\",\n    \"metadata\": {\n      \"title\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  },\n  {\n    \"pageContent\": \"<string>\",\n    \"metadata\": {\n      \"title\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  }\n]"
						},
						{
							"name": "The specified parameter is invalid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"query\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/search",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"search"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "Authentication information is missing or invalid",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"query\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/search",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"search"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "text",
							"header": [
								{
									"key": "WWW_Authenticate",
									"value": "<string>",
									"description": {
										"content": "",
										"type": "text/plain"
									}
								}
							],
							"cookie": [],
							"body": ""
						},
						{
							"name": "You don't have permission to access this resource",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"query\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/search",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"search"
									]
								}
							},
							"status": "Forbidden",
							"code": 403,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "You need to upgrade your account to access this resource",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"query\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/search",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"search"
									]
								}
							},
							"status": "Upgrade Required (RFC 2817)",
							"code": 426,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						},
						{
							"name": "An unexpected error occurred",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"description": "Added as a part of security scheme: basic",
										"key": "Authorization",
										"value": "Basic <credentials>"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"projectId\": \"<uuid>\",\n  \"query\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/search",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"search"
									]
								}
							},
							"status": "Internal Server Error",
							"code": 500,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"message\": \"<string>\",\n  \"details\": \"<string>\",\n  \"code\": \"<string>\"\n}"
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "basic",
		"basic": [
			{
				"key": "password",
				"value": "",
				"type": "string"
			},
			{
				"key": "username",
				"value": "{{apiKey}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://api.magicai.ai/v1"
		},
		{
			"key": "apiKey",
			"value": "",
			"type": "string"
		}
	]
}