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
file_name
string

Name of the original file

file_id
string

Unique identifier for the file

status
string

Processing status of the file

upload_time
string

When the file was uploaded

file_type
string

Type of media file

is_large
boolean

Whether the file is considered large

metadata
object
src
string

URL to access the media file