[ Hypermedia ]
-
Hypermedia allows links to be embedded in multimedia elements like images and videos.
-
HATEOAS - Hypermedia As The Engine Of Application State
-
Roy fielding creator of Http and Rest devised that REST api must be hypermedia driven. It means the the client only knows about the starting uri of the server, client should be able to navigate through one uri. The author of the api should be able to inform the client about the links.
"Roy T. Fielding REST APIs Must Be Hypertext-driven"