Skip to main content
PUT
/
v1
/
media
/
group
Group Media
curl --request PUT \
  --url https://api.oviond.com/v1/media/group \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "media1",
    "media2"
  ],
  "folder_id": "folderAbc"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
string[]
required
Minimum array length: 1
Example:
["media1", "media2"]
folder_id
string
required
Example:

"folderAbc"

Response

200 - application/json

Media grouped

success
enum<boolean>
required
Available options:
true