> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getkato.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Import section entries

> Import section entries using an authenticated developer access key.

Required scopes: `records:write`.

Send `{ "entries": [{ "id": "stable-uuid", "values": { "child-field-uuid": "value" } }] }`. Configure the repeatable section first. Accepts at most 100 entries and a 2 MiB body. Returns `{ "data": { "imported": 1 } }`; the count includes idempotent replays. Imports preserve staff edits and removed entries. Invalid values return 400, missing records/sections return 404, and IDs owned by another record/section return 409 with atomic rollback. Record-scoped keys can access only their pinned record. See [entry types and retry rules](/api-reference/record-sections#import-entries).

See [authentication and rate limits](/api-reference/authentication).
