Create a content record
POST/content
Creates the metadata row only. The row carries no bytes and no storage_key until an upload session is bound to it via POST /api/v1/content/{id}/attach-upload; un-attached rows are hidden from list results and reclaimed after 48h.
Request
Responses
- 201
- 400
- 401
- 500
Created content row (storage_key is null until an upload is attached)
Invalid JSON request
Enterprise ID not found in context
Content creation failed