Skip to main content
GET
/
docs
/
v1
/
uploads
cURL
curl --request GET \
  --url https://api-dev.meeamitech.com/docs/v1/uploads \
  --header 'Authorization: Bearer <token>'
{
  "message": "Files Listed Successfully",
  "data": [
    {
      "_id": "67b826d08e3763327b9ab36d",
      "teamId": "67a2ea1d828c9098134e7b92",
      "originalName": "0.5_0.05_3.0_female_male_no_overlap_bnc_0_1.wav",
      "fileType": "audio file",
      "status": "completed",
      "createdAt": "2025-02-21T07:10:08.707Z",
      "updatedAt": "2025-02-21T07:10:19.297Z",
      "__v": 0,
      "filename": "e2edcfee-263a-4c89-b3f5-28be5b293df9-0.5_0.05_3.0_female_male_no_overlap_bnc_0_1.wav",
      "path": "https://sample/uploads/e2edcfee-263a-4c89-b3f5-28be5b293df9-0.5_0.05_3.0.wav"
    },
    {
      "_id": "67b826d08e3133327b9ab36d",
      "teamId": "67a2ea1d828c9098134e7b92",
      "originalName": "0.5_0.05_3.0_female_male_no_overlap_bnc_0_1.wav",
      "fileType": "audio file",
      "status": "completed",
      "createdAt": "2025-02-21T07:10:08.707Z",
      "updatedAt": "2025-02-21T07:10:19.297Z",
      "__v": 0,
      "filename": "e2edcfee-263a-4c89-b3f5-28be5b293df9-0.5_0.05_3.0_female_male_no_overlap_bnc_0_1.wav",
      "path": "https://sample/uploads/e2edcfee-263a-4c89-b3f5-28be5b293df9-0.5_0.05_3.0.wav"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:5

The number of items to return per page

page
integer
default:1

The page number to retrieve

Response

200 - application/json

Files Details

id
string<uuid>
required
status
enum<string>
required
Available options:
uploaded,
processing,
completed
teamId
string<uuid>
originalName
string
fileType
string
fileName
string
path
string
createdAt
string<date-time>

Date and time when the File was uploaded