Documentation Index
Fetch the complete documentation index at: https://mintlify.com/karilaa-dev/tt-bot/llms.txt
Use this file to discover all available pages before exploring further.
InstagramMediaItem
Represents a single media item from an Instagram post.Fields
The media type:
"video" or "image"Direct URL to the media file
Thumbnail image URL (if available)
Quality indicator for the media (if provided by API)
Example
InstagramMediaInfo
Contains complete media information for an Instagram post, including all media items and helper properties.Fields
List of media items in the post. Single item for regular posts/videos, multiple items for carousel posts.
The original Instagram URL for the post
Properties
is_video
ReturnsTrue if the post contains a single video item.
True when the post has exactly one media item of type "video"is_carousel
ReturnsTrue if the post contains multiple media items (carousel/album).
True when the post has more than one media itemimage_urls
Returns a list of URLs for all image items in the post.List of direct URLs to all images in the post (excludes videos)
video_url
Returns the URL of the first video found in the post.URL of the first video item, or
None if no videos are presentthumbnail_url
Returns the first available thumbnail URL from any media item.The first thumbnail URL found, or
None if no thumbnails are available
