post
https://{amsServer}/{amsAppName}/fileupload
Step 1 of 3 in the file upload process. Uploads a file to the server's file store.
After a successful upload (HTTP 200, empty body), call POST /api/v2/fileupload/getUploadStatus to retrieve the file ID and name.
Content-Type: This endpoint uses multipart/form-data.
Session reuse: Requires the session cookie from the v2 login session in addition to Basic Auth. session-token (the skypeName value) is a CSRF check only and does not identify the session. Warning: Omitting the session cookie still returns HTTP 200 with an empty body, but the file is never stored.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200File uploaded successfully. Empty response body. Call POST /api/v2/fileupload/getUploadStatus next to retrieve the file ID and name.
