💻 Environment/Context
- API
- Video
- Photo
- Endpoint
❓ Issue/Question
- Can we get videos as well as pictures via API?
👌 Resolution/Answer
- The API handles both. Media has a
typefield that's eitherphotoorvideo. - On the search endpoint (
POST/v1/media/search) there's amedia_typefilter acceptingphotoorvideo, so they can pull either one or both (leave it unset to get everything). Video items also expose a dedicatedvideofield with the playback/asset reference.