Skip to main content
POST
/
project
/
{id}
/
user
/
{user_id}
/
db
/
{table_id}
Create item in user database
curl --request POST \
  --url https://api.basic.tech/project/{id}/user/{user_id}/db/{table_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "value": {}
}'

Documentation Index

Fetch the complete documentation index at: https://docs.basic.tech/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Path Parameters

id
string
required
user_id
string
required
table_id
string
required

Body

application/json
value
object

Response

200

Default Response