Skip to main content
POST
/
table
/
create
Table Create
curl --request POST \
  --url https://api.example.com/table/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "table": {
    "project_id": "<string>",
    "rows": [
      {}
    ],
    "expected_digest": "<string>"
  }
}
'
{
  "digest": "<string>",
  "row_digests": [
    "<string>"
  ]
}

Body

application/json
table
TableSchemaForInsert · object
required

Response

Successful Response

digest
string
required
row_digests
string[]

The digests of the rows that were created