Skip to main content
POST
Upload files to a document item
Stable since 2025-01-01 — unchanged in 2026-06-01.

Authorizations

Authorization
string
header
required

Access token from POST /auth (the data.access_token value).

x-api-key
string
header
required

API key issued by Kira. Required on every request, including /auth.

Headers

X-Api-Version
string

Optional. The date-versioned API version to apply for this request (e.g. 2026-04-14). When sent it always wins, even over your pinned account default. When omitted, the API uses your account's pinned version if set, otherwise a baseline default.

Example:

"2026-06-01"

Path Parameters

rfi_id
string<uuid>
required

RFI UUID.

item_id
string<uuid>
required

Item UUID. The item must be a document item of this RFI.

Body

multipart/form-data
files
file[]
required

One or more files. Repeat the field per file.

Response

The files were stored and the item is answered.

The item after the change, in the same shape every read of it returns — so the whole resulting set of files and the item's status come back together.

item
object
required

One thing being asked for. The addressable unit of an RFI — a PATCH or a document upload always names an item_id, never the parent RFI.