Get a presigned S3 URL for direct file upload
Authentication
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Request
Original filename — used for display in the Atoms dashboard. Doesn’t have to match the S3 key.
Size in bytes. Atoms uses this to enforce per-file limits before issuing the URL.
MIME type. You must send this EXACT value as Content-Type on the subsequent PUT to the presigned URL.
24-char hex ObjectId of the target knowledge base (from GET /knowledgebase).
Response
Presigned URL ready — upload directly to it.

