API Reference
Log In
API Reference

Add rows to a table.

Permissions: organization.MEMBER OR project.MEMBER.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Table type.

Allowed:
Body Params
string
required

Table name or ID.

data
array of objects
required
length between 1 and 100

List of mapping of column names to its value. In other words, each item in the list is a row, and each item is a mapping. Minimum 1 row, maximum 100 rows.

Data*
boolean
Defaults to true

Whether or not to stream the LLM generation.

boolean
Defaults to true

Optional. Whether or not to concurrently generate the output rows and columns.

Headers
string
required

User PAT or service key.

string

User ID. Can be omitted if PAT is used as token.

string

Project ID. Can be omitted if PAT is used as token.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json