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.
GifItem
| Property | Type | Required | Description |
|---|
| id | string | Yes | Unique identifier for the GIF |
| url | string | Yes | Direct URL to the GIF or MP4 file |
| preview | object | Yes | |
| description | string | Yes | Description or title of the GIF |
| tags | string[] | Yes | Array of tags associated with the GIF |
| tenorUrl | string | Yes | Full Tenor URL to view the GIF |
| shortTenorUrl | string | Yes | Short Tenor URL |
| width | integer | Yes | Width of the GIF in pixels |
| height | integer | Yes | Height of the GIF in pixels |
| createdAt | string | Yes | ISO 8601 datetime when the GIF was created |
GifPreview
| Property | Type | Required | Description |
|---|
| url | string | Yes | URL to a preview/thumbnail version of the GIF |
| width | integer | Yes | Width of the preview in pixels |
| height | integer | Yes | Height of the preview in pixels |
GifSearchResponse
| Property | Type | Required | Description |
|---|
| items | GifItem[] | Yes | Array of GIF results |
| next | string | No | Pagination token for retrieving the next page of results |
ProfileImagesResponse
| Property | Type | Required | Description |
|---|
| images | string[] | Yes | Public download URLs for available profile images |