POST
/
brain
curl --request POST \
  --url https://api.isosceles.ai/brain/ \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "active_features": null,
  "brain_id": "a1ee4f4f-2af0-445b-aea9-62cb9ae1b3ef",
  "created_on": 1726882264.061685,
  "description": "",
  "document_count": 0,
  "language_code": "en",
  "metadata_schema": {},
  "org_uuid": "07ccd2f0-2e2c-47e6-91b6-d872baf86448",
  "storage_bytes": 0,
  "supp_id": "",
  "title": "Test - brain",
  "type": "unstructured",
  "updated_on": 1726882264.092387
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
name
string
required

Name of the brain

Example:

"Test - brain"

Response

200 - application/json
active_features
object | null

Active features of the brain. Currently used internally

brain_id
string

Unique identifier for the brain

created_at
number

Timestamp when the brain was created

description
string

Description of the brain

document_count
integer

Number of documents in the brain

id
string

Unique identifier for the brain (same as brain_id)

language_code
string

Language code of the brain

metadata_schema
object | null

Metadata schema for the brain

org_uuid
string

Unique identifier for the organization

storage_bytes
integer

Total storage size of the brain in bytes

supp_id
string

Supplementary identifier for the brain

title
string

Title or name of the brain

type
string

Type of the brain (e.g., unstructured, structured)

updated_on
number

Timestamp when the brain was last updated