Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
ApiError
| Property | Type | Required | Description |
|---|---|---|---|
| error | string | Yes | Human-readable error message describing what went wrong. This message is intended for developers integrating with the API. |
MediaItem
| Property | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier for the media item |
| title | string | Yes | Title of the media item |
| poster_path | string | No | Full URL to the poster image (original size) |
| backdrop_path | string | No | Full URL to the backdrop image (original size) |
| media_type | "movie" | "tv" | Yes | Type of media |
| type | "media" | Yes | Discriminator field indicating this is a media item |
MediaItemType
Discriminator value indicating a media item Allowed values:"media"