Attach File Endpoint
public
Attach File Endpoint
Upload a file and attach it to the project.
The file bytes land in a storage path watched by the ingestion cloud
function, which then auto-dispatches indexing + Overten analysis. From
the caller’s perspective, a successful 201 means analysis is about to
start; poll GET /projects/{id}/analysis/status for progress.
POST
Attach File Endpoint
Authorizations
Send X-API-Key: sk_live_<your_key>. Keys are issued via POST /signup or via the dashboard. Legacy callers may also use Authorization: Bearer sk_live_<your_key>.
Path Parameters
Body
multipart/form-data
Response
Successful Response
