POST: create new direct upload connection#43
Merged
aliamerj merged 3 commits intoDcup-dev:mainfrom Apr 7, 2025
aliamerj:feat-api/direct-upload
Merged
POST: create new direct upload connection#43aliamerj merged 3 commits intoDcup-dev:mainfrom aliamerj:feat-api/direct-upload
aliamerj merged 3 commits intoDcup-dev:mainfrom
aliamerj:feat-api/direct-upload
Conversation
Signed-off-by: Ali Amer <76897266+aliamerj@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
part: #29
Description:
This PR introduces a new POST endpoint at
/api/uploadto enable users to create direct upload connections for file uploads, supporting both immediate and queued processing workflows.wait=true(query parameter), : processes files immediately with directProcessFiles and returns a success message: "Your file was successfully uploaded and processed."wait=false(default), : queues files for later processing with addToProcessFilesQueue and returns: "Your file has been successfully uploaded and queued for processing."{ "code": "ok", "message": "Your file has been successfully uploaded and queued for processing." }