GET
/
index-resources
curl --request GET \
  --url https://moonshine-edge-compute.com/index-resources
[
  {
    "file_name": "<string>",
    "file_id": "<string>",
    "status": "<string>",
    "upload_time": "2023-11-07T05:31:56Z",
    "file_type": "<string>",
    "is_large": true,
    "metadata": {
      "fps": 123
    },
    "src": "<string>"
  }
]

Query Parameters

userid
string
required

The user ID to fetch media resources for

token
string
required

User authentication token

index
string
required

Name of the media index

Response

200
application/json

Media groups response

The response is of type object[].