GET Direct Links

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
List Movie

API endpoint:

GET
https://stream.yupiglobal.com/api/v1/direct

Request example:

curl --location --request GET 'https://stream.yupiglobal.com/api/v1/direct' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Type
Description
search_by
required string
Search by. Possible values are: tmdb for Tmdb, imdb for Imdb. Defaults to: imdb.
search
required string
The search query.
season
optional integer
Search by season: season integer value.
episode
optional integer
Search by episode: episode integer value.