GuidesAPI ReferenceDiscussions
Log In
API Reference

Update task status and upload documents

Update a specific task for a loan application, including uploading required documents
and changing task status to "In Review". This endpoint handles document submissions
from borrowers and associates uploaded files with the specified task. Files are
validated for type (PDF, JPEG, JPG, PNG only) and total size (max 25MB combined).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Unique identifier (UUID) for the loan application

Body Params
string
required

Unique identifier for the task to update

files
array of files

Documents to upload for this task (max 25MB total)

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json