Skip to content

unifapi-agent/unifapi-sdk-python

Repository files navigation

unifapi-sdk

Unified, AI-friendly API for public-data providers. Single source of truth for the UnifAPI gateway — consumed by docs (Fumadocs), the marketing site, and downstream SDK generators.

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 0.0.1
  • Package version: 0.1.0
  • Generator version: 7.10.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://unifapi.com

Requirements.

Python 3.8+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import unifapi

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import unifapi

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import unifapi
from unifapi.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.unifapi.com
# See configuration.py for a list of all supported configuration parameters.
configuration = unifapi.Configuration(
    host = "https://api.unifapi.com"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: bearerAuth
configuration = unifapi.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with unifapi.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = unifapi.BrowserApi(api_client)
    browser_html_request = unifapi.BrowserHtmlRequest() # BrowserHtmlRequest |  (optional)

    try:
        # Render a page to HTML
        api_response = api_instance.browser_html_post(browser_html_request=browser_html_request)
        print("The response of BrowserApi->browser_html_post:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling BrowserApi->browser_html_post: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://api.unifapi.com

Class Method HTTP request Description
BrowserApi browser_html_post POST /browser/html Render a page to HTML
BrowserApi browser_links_post POST /browser/links Extract links from a page
BrowserApi browser_markdown_post POST /browser/markdown Render a page to Markdown
BrowserApi browser_screenshot_post POST /browser/screenshot Capture a page screenshot
EventsApi events_search_post POST /events/search Search Events
GeoApi geo_keywords_search_volume_post POST /geo/keywords/search-volume Get AI search volume for keywords
GeoApi geo_mentions_aggregated_metrics_post POST /geo/mentions/aggregated-metrics Aggregate LLM mention metrics by dimension
GeoApi geo_mentions_cross_aggregated_metrics_post POST /geo/mentions/cross-aggregated-metrics Compare LLM mentions across labeled groups
GeoApi geo_mentions_search_post POST /geo/mentions/search Search LLM mentions of a domain or keyword
GeoApi geo_mentions_top_domains_post POST /geo/mentions/top-domains List domains most cited in LLM answers
GeoApi geo_mentions_top_pages_post POST /geo/mentions/top-pages List pages most cited in LLM answers
GeoApi geo_serp_post POST /geo/serp Search AI Mode generative results
HackerNewsApi hacker_news_items_id_get GET /hacker-news/items/{id} Get Hacker News item by ID
HackerNewsApi hacker_news_max_item_get GET /hacker-news/max-item Get largest Hacker News item ID
HackerNewsApi hacker_news_stories_feed_get GET /hacker-news/stories/{feed} List Hacker News story IDs
HackerNewsApi hacker_news_stories_feed_items_get GET /hacker-news/stories/{feed}/items List Hacker News story items
HackerNewsApi hacker_news_updates_get GET /hacker-news/updates Get changed Hacker News items and profiles
HackerNewsApi hacker_news_users_id_get GET /hacker-news/users/{id} Get Hacker News user by ID
HotelsApi hotels_info_post POST /hotels/info Get Hotels detail
HotelsApi hotels_search_post POST /hotels/search Search Hotels
InstagramApi instagram_explore_get GET /instagram/explore Browse Instagram's Explore feed
InstagramApi instagram_locations_id_get GET /instagram/locations/{id} Get an Instagram location by id
InstagramApi instagram_locations_id_nearby_get GET /instagram/locations/{id}/nearby List Instagram locations geographically near a given location
InstagramApi instagram_locations_id_posts_get GET /instagram/locations/{id}/posts List posts tagged with an Instagram location
InstagramApi instagram_posts_shortcode_comments_comment_id_replies_get GET /instagram/posts/{shortcode}/comments/{commentId}/replies List replies to an Instagram comment
InstagramApi instagram_posts_shortcode_comments_get GET /instagram/posts/{shortcode}/comments List comments on an Instagram post
InstagramApi instagram_posts_shortcode_get GET /instagram/posts/{shortcode} Get an Instagram post (photo / video / carousel / reel) by shortcode
InstagramApi instagram_reels_recommended_get GET /instagram/reels/recommended Browse Instagram's recommended Reels feed
InstagramApi instagram_resolve_media_id_get GET /instagram/resolve/media-id Convert an Instagram post shortcode into its numeric media_id
InstagramApi instagram_resolve_shortcode_from_media_get GET /instagram/resolve/shortcode-from-media Convert an Instagram numeric media_id into its shortcode
InstagramApi instagram_resolve_shortcode_get GET /instagram/resolve/shortcode Extract a post shortcode from an Instagram URL
InstagramApi instagram_resolve_user_id_get GET /instagram/resolve/user-id Convert an Instagram username into its numeric user_id (pk)
InstagramApi instagram_search_get GET /instagram/search Cross-type Instagram search (posts/reels)
InstagramApi instagram_users_username_followers_get GET /instagram/users/{username}/followers List followers of an Instagram user
InstagramApi instagram_users_username_following_get GET /instagram/users/{username}/following List accounts an Instagram user follows
InstagramApi instagram_users_username_former_usernames_get GET /instagram/users/{username}/former-usernames List former usernames for an Instagram user
InstagramApi instagram_users_username_get GET /instagram/users/{username} Get an Instagram user profile by username
InstagramApi instagram_users_username_highlights_get GET /instagram/users/{username}/highlights List Instagram highlight reels for a user (metadata only)
InstagramApi instagram_users_username_posts_get GET /instagram/users/{username}/posts List feed posts authored by an Instagram user
InstagramApi instagram_users_username_reels_get GET /instagram/users/{username}/reels List reels authored by an Instagram user
InstagramApi instagram_users_username_stories_get GET /instagram/users/{username}/stories List active Instagram stories for a user
InstagramApi instagram_users_username_tagged_posts_get GET /instagram/users/{username}/tagged-posts List posts an Instagram user is tagged in
LinkedinApi linkedin_ads_id_get GET /linkedin/ads/{id} Get a LinkedIn Ad Library entry by ID
LinkedinApi linkedin_companies_slug_affiliated_get GET /linkedin/companies/{slug}/affiliated List a LinkedIn company's affiliated pages
LinkedinApi linkedin_companies_slug_get GET /linkedin/companies/{slug} Get a LinkedIn company profile by URL slug
LinkedinApi linkedin_companies_slug_job_count_get GET /linkedin/companies/{slug}/job-count Get the number of active jobs at a LinkedIn company
LinkedinApi linkedin_companies_slug_jobs_get GET /linkedin/companies/{slug}/jobs List active job postings at a LinkedIn company
LinkedinApi linkedin_companies_slug_member_insights_get GET /linkedin/companies/{slug}/member-insights Get a LinkedIn company's aggregated member insights
LinkedinApi linkedin_companies_slug_people_get GET /linkedin/companies/{slug}/people List employees of a LinkedIn company
LinkedinApi linkedin_companies_slug_posts_get GET /linkedin/companies/{slug}/posts List posts published by a LinkedIn company page
LinkedinApi linkedin_groups_id_get GET /linkedin/groups/{id} Get a LinkedIn group by ID
LinkedinApi linkedin_groups_id_posts_get GET /linkedin/groups/{id}/posts List posts in a LinkedIn group
LinkedinApi linkedin_jobs_id_get GET /linkedin/jobs/{id} Get a LinkedIn job posting by ID
LinkedinApi linkedin_posts_id_comments_comment_id_replies_get GET /linkedin/posts/{id}/comments/{comment_id}/replies List replies to a LinkedIn comment
LinkedinApi linkedin_posts_id_comments_get GET /linkedin/posts/{id}/comments List top-level comments on a LinkedIn post
LinkedinApi linkedin_posts_id_get GET /linkedin/posts/{id} Get a LinkedIn post by ID
LinkedinApi linkedin_posts_id_reactions_get GET /linkedin/posts/{id}/reactions List users who reacted to a LinkedIn post
LinkedinApi linkedin_posts_id_reposts_get GET /linkedin/posts/{id}/reposts List reposts of a LinkedIn post
LinkedinApi linkedin_search_ads_get GET /linkedin/search/ads Search the LinkedIn Ad Library
LinkedinApi linkedin_search_industries_get GET /linkedin/search/industries Resolve a free-text industry name to LinkedIn industry IDs
LinkedinApi linkedin_search_jobs_get GET /linkedin/search/jobs Search LinkedIn jobs by keyword and filters
LinkedinApi linkedin_search_locations_get GET /linkedin/search/locations Resolve a free-text location into LinkedIn geocode tokens
LinkedinApi linkedin_search_people_get GET /linkedin/search/people Search LinkedIn people by name, title, company, etc.
LinkedinApi linkedin_search_posts_get GET /linkedin/search/posts Search LinkedIn posts by keyword
LinkedinApi linkedin_search_schools_get GET /linkedin/search/schools Search LinkedIn schools by keyword
LinkedinApi linkedin_users_username_about_get GET /linkedin/users/{username}/about Get a LinkedIn profile's 'about' metadata
LinkedinApi linkedin_users_username_certifications_get GET /linkedin/users/{username}/certifications List a LinkedIn user's certifications
LinkedinApi linkedin_users_username_comments_get GET /linkedin/users/{username}/comments List comments authored by a LinkedIn user
LinkedinApi linkedin_users_username_contact_get GET /linkedin/users/{username}/contact Get a LinkedIn user's public contact info
LinkedinApi linkedin_users_username_educations_get GET /linkedin/users/{username}/educations List a LinkedIn user's education
LinkedinApi linkedin_users_username_experience_get GET /linkedin/users/{username}/experience List a LinkedIn user's work experience
LinkedinApi linkedin_users_username_follower_count_get GET /linkedin/users/{username}/follower-count Get a LinkedIn user's follower & connection counts
LinkedinApi linkedin_users_username_get GET /linkedin/users/{username} Get a LinkedIn user profile by URL slug
LinkedinApi linkedin_users_username_honors_get GET /linkedin/users/{username}/honors List a LinkedIn user's honors and awards
LinkedinApi linkedin_users_username_images_get GET /linkedin/users/{username}/images List image posts authored by a LinkedIn user
LinkedinApi linkedin_users_username_interests_companies_get GET /linkedin/users/{username}/interests/companies List companies a LinkedIn user follows
LinkedinApi linkedin_users_username_interests_groups_get GET /linkedin/users/{username}/interests/groups List LinkedIn groups a user follows
LinkedinApi linkedin_users_username_posts_get GET /linkedin/users/{username}/posts List posts authored by a LinkedIn user
LinkedinApi linkedin_users_username_publications_get GET /linkedin/users/{username}/publications List a LinkedIn user's publications
LinkedinApi linkedin_users_username_reactions_get GET /linkedin/users/{username}/reactions List reactions a LinkedIn user has placed on posts
LinkedinApi linkedin_users_username_recommendations_get GET /linkedin/users/{username}/recommendations List recommendations written for a LinkedIn user
LinkedinApi linkedin_users_username_skills_get GET /linkedin/users/{username}/skills List a LinkedIn user's skills
LinkedinApi linkedin_users_username_videos_get GET /linkedin/users/{username}/videos List video posts authored by a LinkedIn user
LinkedinApi linkedin_users_username_volunteers_get GET /linkedin/users/{username}/volunteers List a LinkedIn user's volunteer experience
LocalApi local_search_post POST /local/search Search Local Finder
MapsApi maps_search_post POST /maps/search Search Maps
NewsApi news_search_post POST /news/search Search News
RedditApi reddit_feed_home_get GET /reddit/feed/home Browse Reddit's anonymous home feed
RedditApi reddit_feed_news_get GET /reddit/feed/news Browse Reddit's news feed
RedditApi reddit_feed_popular_get GET /reddit/feed/popular Browse Reddit's popular feed
RedditApi reddit_posts_id_comments_get GET /reddit/posts/{id}/comments List Reddit comments on a post
RedditApi reddit_posts_id_get GET /reddit/posts/{id} Get a Reddit post by id
RedditApi reddit_subreddits_name_get GET /reddit/subreddits/{name} Get a Reddit subreddit by name
RedditApi reddit_trending_searches_get GET /reddit/trending-searches List Reddit's current trending search queries
RedditApi reddit_users_username_comments_get GET /reddit/users/{username}/comments List Reddit comments authored by a user
RedditApi reddit_users_username_get GET /reddit/users/{username} Get a Reddit user profile by username
RedditApi reddit_users_username_posts_get GET /reddit/users/{username}/posts List Reddit posts authored by a user
SeoApi seo_backlinks_anchors_post POST /seo/backlinks/anchors Get anchor texts used in backlinks to a target
SeoApi seo_backlinks_bulk_backlinks_post POST /seo/backlinks/bulk-backlinks Count backlinks for many targets
SeoApi seo_backlinks_bulk_new_lost_backlinks_post POST /seo/backlinks/bulk-new-lost-backlinks Count new and lost backlinks for many targets
SeoApi seo_backlinks_bulk_new_lost_referring_domains_post POST /seo/backlinks/bulk-new-lost-referring-domains Count new and lost referring domains for many targets
SeoApi seo_backlinks_bulk_pages_summary_post POST /seo/backlinks/bulk-pages-summary Summarize backlinks for many pages at once
SeoApi seo_backlinks_bulk_ranks_post POST /seo/backlinks/bulk-ranks Get backlink ranks for many targets
SeoApi seo_backlinks_bulk_referring_domains_post POST /seo/backlinks/bulk-referring-domains Count referring domains for many targets
SeoApi seo_backlinks_bulk_spam_score_post POST /seo/backlinks/bulk-spam-score Get spam scores for many targets
SeoApi seo_backlinks_competitors_post POST /seo/backlinks/competitors Find competitors by shared referring domains
SeoApi seo_backlinks_domain_intersection_post POST /seo/backlinks/domain-intersection Find domains linking to multiple targets
SeoApi seo_backlinks_domain_pages_post POST /seo/backlinks/domain-pages List target pages ranked by backlinks
SeoApi seo_backlinks_domain_pages_summary_post POST /seo/backlinks/domain-pages-summary Summarize backlinks for each page of a target
SeoApi seo_backlinks_history_post POST /seo/backlinks/history Get historical backlink metrics for a target
SeoApi seo_backlinks_list_post POST /seo/backlinks/list List individual backlinks pointing to a target
SeoApi seo_backlinks_page_intersection_post POST /seo/backlinks/page-intersection Find pages linking to multiple targets
SeoApi seo_backlinks_referring_domains_post POST /seo/backlinks/referring-domains List referring domains pointing to a target
SeoApi seo_backlinks_referring_networks_post POST /seo/backlinks/referring-networks List referring IP networks pointing to a target
SeoApi seo_backlinks_summary_post POST /seo/backlinks/summary Get the backlink profile summary for a target
SeoApi seo_backlinks_timeseries_new_lost_post POST /seo/backlinks/timeseries-new-lost Get new and lost backlinks over time
SeoApi seo_backlinks_timeseries_post POST /seo/backlinks/timeseries Get backlink metrics over time
SeoApi seo_competitors_bulk_traffic_post POST /seo/competitors/bulk-traffic Estimate organic traffic for domains
SeoApi seo_competitors_domain_intersection_post POST /seo/competitors/domain-intersection Find keywords two domains both rank for
SeoApi seo_competitors_domain_post POST /seo/competitors/domain Find a domain's organic competitors
SeoApi seo_competitors_domain_rank_overview_post POST /seo/competitors/domain-rank-overview Get a domain's ranking and traffic overview
SeoApi seo_competitors_historical_bulk_traffic_post POST /seo/competitors/historical-bulk-traffic Estimate historical traffic for domains
SeoApi seo_competitors_historical_rank_overview_post POST /seo/competitors/historical-rank-overview Get a domain's historical ranking overview
SeoApi seo_competitors_historical_serps_post POST /seo/competitors/historical-serps Get historical SERP snapshots for a keyword
SeoApi seo_competitors_page_intersection_post POST /seo/competitors/page-intersection Find keywords specific pages rank for
SeoApi seo_competitors_ranked_keywords_post POST /seo/competitors/ranked-keywords Find the keywords a domain ranks for
SeoApi seo_competitors_relevant_pages_post POST /seo/competitors/relevant-pages List a domain's top ranking pages
SeoApi seo_competitors_serp_post POST /seo/competitors/serp Find domains competing for keywords
SeoApi seo_competitors_subdomains_post POST /seo/competitors/subdomains List a domain's subdomains with traffic
SeoApi seo_keywords_autocomplete_post POST /seo/keywords/autocomplete Collect autocomplete keyword suggestions
SeoApi seo_keywords_difficulty_post POST /seo/keywords/difficulty Score keyword difficulty
SeoApi seo_keywords_for_site_post POST /seo/keywords/for-site Find keywords a domain ranks for
SeoApi seo_keywords_history_post POST /seo/keywords/history Get historical keyword data
SeoApi seo_keywords_ideas_post POST /seo/keywords/ideas Discover keyword ideas
SeoApi seo_keywords_intent_post POST /seo/keywords/intent Classify keyword search intent
SeoApi seo_keywords_overview_post POST /seo/keywords/overview Look up keyword metrics
SeoApi seo_keywords_related_post POST /seo/keywords/related Find related keywords
SeoApi seo_keywords_suggestions_post POST /seo/keywords/suggestions Find keyword suggestions
SeoApi seo_serp_post POST /seo/serp Collect organic SERP SEO evidence
ThreadsApi threads_search_profiles_get GET /threads/search/profiles Search Threads users by keyword
ThreadsApi threads_search_recent_get GET /threads/search/recent Search recent Threads posts
ThreadsApi threads_search_top_get GET /threads/search/top Search top Threads posts
ThreadsApi threads_users_username_get GET /threads/users/{username} Get a Threads user profile by username
ThreadsApi threads_users_username_posts_get GET /threads/users/{username}/posts List Threads posts authored by a user
ThreadsApi threads_users_username_replies_get GET /threads/users/{username}/replies List Threads replies authored by a user
ThreadsApi threads_users_username_reposts_get GET /threads/users/{username}/reposts List Threads reposts by a user
TiktokApi tiktok_feed_recommended_post POST /tiktok/feed/recommended Get TikTok recommendation videos
TiktokApi tiktok_hashtags_id_get GET /tiktok/hashtags/{id} Get a TikTok hashtag by ID
TiktokApi tiktok_hashtags_id_videos_get GET /tiktok/hashtags/{id}/videos List videos tagged with a TikTok hashtag
TiktokApi tiktok_music_id_get GET /tiktok/music/{id} Get a TikTok music track by ID
TiktokApi tiktok_music_id_videos_get GET /tiktok/music/{id}/videos List videos using a TikTok music track
TiktokApi tiktok_search_get GET /tiktok/search General TikTok search (returns videos)
TiktokApi tiktok_search_hashtags_get GET /tiktok/search/hashtags Search TikTok hashtags by keyword
TiktokApi tiktok_search_users_get GET /tiktok/search/users Search TikTok users by keyword
TiktokApi tiktok_search_videos_get GET /tiktok/search/videos Search TikTok videos by keyword
TiktokApi tiktok_users_id_followers_get GET /tiktok/users/{id}/followers List a TikTok user's followers
TiktokApi tiktok_users_id_following_get GET /tiktok/users/{id}/following List users a TikTok user is following
TiktokApi tiktok_users_id_get GET /tiktok/users/{id} Get a TikTok user profile
TiktokApi tiktok_users_id_likes_get GET /tiktok/users/{id}/likes List videos liked by a TikTok user
TiktokApi tiktok_users_id_videos_get GET /tiktok/users/{id}/videos List videos posted by a TikTok user
TiktokApi tiktok_users_resolve_get GET /tiktok/users/resolve Resolve a TikTok username to a user id
TiktokApi tiktok_videos_batch_post POST /tiktok/videos/batch Batch-fetch TikTok videos by ID
TiktokApi tiktok_videos_id_comments_comment_id_replies_get GET /tiktok/videos/{id}/comments/{comment_id}/replies List replies to a TikTok comment
TiktokApi tiktok_videos_id_comments_get GET /tiktok/videos/{id}/comments List top-level comments on a TikTok video
TiktokApi tiktok_videos_id_get GET /tiktok/videos/{id} Get a TikTok video by ID
TiktokApi tiktok_videos_resolve_get GET /tiktok/videos/resolve Resolve a TikTok share URL to a video
XApi x_autocomplete_get GET /x/autocomplete Autocomplete X users, topics, hashtags, and cashtags
XApi x_communities_id_about_get GET /x/communities/{id}/about Get an X Community about timeline
XApi x_communities_id_get GET /x/communities/{id} Get X Community by ID
XApi x_communities_id_media_get GET /x/communities/{id}/media Get media Posts from an X Community
XApi x_communities_id_member_search_get GET /x/communities/{id}/member_search Search members in an X Community
XApi x_communities_id_members_get GET /x/communities/{id}/members Get members of an X Community
XApi x_communities_id_moderators_get GET /x/communities/{id}/moderators Get moderators of an X Community
XApi x_communities_id_tweets_get GET /x/communities/{id}/tweets Get Posts from an X Community
XApi x_communities_search_get GET /x/communities/search Search X Communities
XApi x_friendships_show_get GET /x/friendships/show Check whether one X user follows another
XApi x_lists_id_followers_get GET /x/lists/{id}/followers Get followers/subscribers of an X List
XApi x_lists_id_members_get GET /x/lists/{id}/members Get members of an X List
XApi x_lists_id_tweets_get GET /x/lists/{id}/tweets Get Posts from an X List
XApi x_lists_search_get GET /x/lists/search Search X Lists
XApi x_trends_by_woeid_woeid_get GET /x/trends/by/woeid/{woeid} Get X trends by WOEID
XApi x_tweets_get GET /x/tweets Get X Posts by IDs
XApi x_tweets_id_article_get GET /x/tweets/{id}/article Get the article-style payload for an X Post
XApi x_tweets_id_get GET /x/tweets/{id} Get X Post by ID
XApi x_tweets_id_liking_users_get GET /x/tweets/{id}/liking_users Get users who liked an X Post
XApi x_tweets_id_quote_tweets_get GET /x/tweets/{id}/quote_tweets Get quote Posts for an X Post
XApi x_tweets_id_retweeted_by_get GET /x/tweets/{id}/retweeted_by Get users who reposted an X Post
XApi x_tweets_id_translation_get GET /x/tweets/{id}/translation Translate an X Post
XApi x_tweets_search_recent_get GET /x/tweets/search/recent Search recent X Posts
XApi x_users_by_get GET /x/users/by Get X users by usernames
XApi x_users_by_username_username_get GET /x/users/by/username/{username} Get X user by username
XApi x_users_get GET /x/users Get X users by IDs
XApi x_users_id_followers_get GET /x/users/{id}/followers Get an X user's followers
XApi x_users_id_followers_ids_get GET /x/users/{id}/followers/ids Get follower IDs for an X user
XApi x_users_id_following_get GET /x/users/{id}/following Get users followed by an X user
XApi x_users_id_following_ids_get GET /x/users/{id}/following/ids Get following IDs for an X user
XApi x_users_id_get GET /x/users/{id} Get X user by ID
XApi x_users_id_liked_tweets_get GET /x/users/{id}/liked_tweets Get Posts liked by an X user
XApi x_users_id_profile_translation_get GET /x/users/{id}/profile_translation Translate an X user profile
XApi x_users_id_tweets_get GET /x/users/{id}/tweets Get Posts authored by an X user
XApi x_users_id_verified_followers_get GET /x/users/{id}/verified_followers Get verified followers for an X user
YoutubeApi youtube_channels_channel_id_get GET /youtube/channels/{channel_id} Get a YouTube channel by id
YoutubeApi youtube_channels_channel_id_shorts_get GET /youtube/channels/{channel_id}/shorts List Shorts uploaded by a YouTube channel
YoutubeApi youtube_channels_channel_id_videos_get GET /youtube/channels/{channel_id}/videos List videos uploaded by a YouTube channel
YoutubeApi youtube_resolve_channel_id_get GET /youtube/resolve/channel-id Resolve a YouTube channel URL to its UC… channel id
YoutubeApi youtube_search_get GET /youtube/search Search YouTube videos by keyword
YoutubeApi youtube_trending_get GET /youtube/trending Browse YouTube's trending videos
YoutubeApi youtube_videos_video_id_get GET /youtube/videos/{video_id} Get a YouTube video by id
YoutubeApi youtube_videos_video_id_related_get GET /youtube/videos/{video_id}/related List YouTube videos related to a given video

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

bearerAuth

  • Type: Bearer authentication

Author

support@unifapi.com

About

Python SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages