Skip to main content
POST
/
orgs
/
{org_id}
/
projects
/
{project_id}
/
connections
cURL
curl --request POST \
  --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/connections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "type": "kb"
}
'

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
project_id
string
required

Body

application/json
id
integer<int64>
required
type
enum<string>
required
Available options:
kb

Response

201

Connection created successfully