Skip to main content
POST

Endpoint

Authentication

Requires a valid API key.

Request Body

string
required
Descriptive name for your project
boolean
default:false
  • true: Vector-Only mode (no knowledge graph, semantic search only)
  • false: KG+Vector mode (requires ontology_id)
string
Required if vector_only is false. The ID of an existing ontology.

Response

string
Unique identifier for the created project
string
Project name
string
Operating mode: vector_only or kg_vector
string
When the project was created
object
The ontology schema (null for Vector-Only projects)
object
Project configuration
Save the project_id! You’ll need it for all ingestion and query operations.
Projects cannot change modes after creation. Create a new project if you need a different mode.