Skip to main content
POST
Create Datastore

Authorizations

Authorization
string
header
required

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

Body

application/json

DatastoreInput for creating a new datastore. If no type is provided, we default to unstructured.

name
string
required

Name of the datastore

configuration
Configuration · object

Configuration of the datastore. If not provided, default configuration is used.

Response

Successful Response

id
string<uuid>
required

ID of the datastore