Confirm file upload
Endpoints
Confirm file upload
Signal that the file has been uploaded to the presigned URL returned by /files/init. Memic queues the file for chunking, embedding, and indexing.
POST
Confirm file upload
Documentation Index
Fetch the complete documentation index at: https://docs.memic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Memic API key. Every key is bound to exactly one environment — get one from the Memic dashboard under API Keys.
Path Parameters
Response
Successful Response
Response DTO for file upload.
Enum for file processing status.
Available options:
uploading, uploaded, upload_failed, conversion_started, conversion_complete, conversion_failed, parsing_started, parsing_complete, parsing_failed, chunking_started, chunking_complete, chunking_failed, embedding_started, embedding_complete, embedding_failed, ready