...
Method | URL | Description | Permissions |
---|---|---|---|
GET | /v3/participants/self/files?start=<start>&offset=<offset> | Paginated API to return a list of file metadata. (Does not create pre-signed URLs.) | participant |
GET | /v3/participants/self/files/<file ID> | Returns an HTTP 302 w/ a redirect to the the S3 pre-signed URL for download. | participant |
POST | /v3/participants/self/files/<file ID> | Writes the file to the index and returns the S3 pre-signed URL for upload. | participant |
DELETE | /v3/participants/self/files/<file ID> | Physically deletes the file in both the index and in S3. | participant |
...