Insert one or more rows into the table.
cURL
single
curl --request POST \ --url https://api.kapso.ai/platform/v1/db/{table} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "John Doe", "email": "john@example.com" } '
{ "data": [ {} ] }
Documentation IndexFetch the complete documentation index at: https://docs.kapso.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
Table name
Single row object or array of rows for bulk insert
Rows inserted
Was this page helpful?