Skip to main content
POST
/
orgs
/
{org_id}
/
kbs
/
{kb_id}
/
tables
/
{table_name}
/
csv
cURL
curl --request POST \
  --url https://dev.timbal.ai/orgs/{org_id}/kbs/{kb_id}/tables/{table_name}/csv \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/csv'

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
integer
required
kb_id
integer
required
table_name
string
required

Body

application/csv · file

The body is of type file.

Response

204

Rows inserted successfully