Skip to main content
POST
/
api
/
v2
/
projects
Create Project
curl --request POST \
  --url http://localhost:8080/api/v2/projects \
  --header 'Content-Type: application/json' \
  --data '
{
  "org_id": "<string>",
  "project_id": "<string>",
  "description": "",
  "config": {
    "reranker": "",
    "embedder": ""
  }
}
'
{
  "org_id": "<string>",
  "project_id": "<string>",
  "description": "",
  "config": {
    "reranker": "",
    "embedder": ""
  }
}

Body

application/json
org_id
string
required
project_id
string
required
description
string
default:""
config
object

Response

Successful Response

org_id
string
required
project_id
string
required
description
string
default:""
config
object