# Get direct upload link **POST /v1/files/direct-upload-link** Returns temporary direct upload link for a filename ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) Direct link upload request - **filename** (string) File name ## Responses ### 200 successful operation #### Body: application/json (object) - **url** (string) Upload url - **path** (string) File path in the temporary storage - **headers** (array[string]) Required headers in http request [Powered by Bump.sh](https://bump.sh)