Skip to main content
POST
Insert records

Authorizations

Authorization
string
header
required

User session JWT. Send as Authorization: Bearer <token>.

Path Parameters

collection_id
string<uuid>
required

Collection identifier returned at creation.

Body

application/json
records
object
required

A single record object or an array of up to 1,000 records.

Example:
ttl_days
integer

Auto-expire the records after N days (0 = never).

Required range: x >= 0

Response

Records inserted.

inserted_count
integer
ids
string[]