Skip to content

Create new record.

POST
/api/records/v1/{name}
name
required
string
redirect_uri
string | null

Redirect user to this address upon successful record creation. This only exists to support insertions via static HTML form actions.

We may want to have a different on-error redirect to better support the static HTML use-case.

Ids of successfully created records.

object
ids
required

Url-Safe base64 encoded ids of the newly created record.

Array<string>