{"service":"Medium API","base_url":"https://medium2.p.rapidapi.com","auth":{"type":"apikey","header":"x-rapidapi-key"},"intents":[{"id":"get_welcome","method":"GET","path":"/","returns":"API information and developer details"},{"id":"get_article_info","method":"GET","path":"/article/{article_id}","params":{"article_id":"string"},"returns":"Article metadata including title tags claps"},{"id":"get_article_content","method":"GET","path":"/article/{article_id}/content","params":{"article_id":"string"},"returns":"Full article text content"},{"id":"get_article_markdown","method":"GET","path":"/article/{article_id}/markdown","params":{"article_id":"string"},"returns":"Article formatted as markdown"},{"id":"get_article_fans","method":"GET","path":"/article/{article_id}/fans","params":{"article_id":"string"},"returns":"List of user IDs who clapped article"},{"id":"get_article_responses","method":"GET","path":"/article/{article_id}/responses","params":{"article_id":"string"},"returns":"List of response article IDs"},{"id":"get_article_related","method":"GET","path":"/article/{article_id}/related","params":{"article_id":"string"},"returns":"List of related article IDs"},{"id":"get_user_id","method":"GET","path":"/user/id_for/{username}","params":{"username":"string"},"returns":"Unique user ID for username"},{"id":"get_user_info","method":"GET","path":"/user/{user_id}","params":{"user_id":"string"},"returns":"User profile bio followers count"},{"id":"get_user_articles","method":"GET","path":"/user/{user_id}/articles","params":{"user_id":"string"},"returns":"List of article IDs by user"},{"id":"get_user_followers","method":"GET","path":"/user/{user_id}/followers","params":{"user_id":"string","count":"number"},"returns":"List of follower user IDs"},{"id":"get_user_following","method":"GET","path":"/user/{user_id}/following","params":{"user_id":"string","count":"number"},"returns":"List of followed user IDs"},{"id":"get_user_interests","method":"GET","path":"/user/{user_id}/interests","params":{"user_id":"string"},"returns":"List of tags user follows"},{"id":"get_user_lists","method":"GET","path":"/user/{user_id}/lists","params":{"user_id":"string"},"returns":"List of list IDs created by user"},{"id":"get_publication_id","method":"GET","path":"/publication/id_for/{publication_slug}","params":{"publication_slug":"string"},"returns":"Unique publication ID for slug"},{"id":"get_publication_info","method":"GET","path":"/publication/{publication_id}","params":{"publication_id":"string"},"returns":"Publication details followers tags"},{"id":"get_publication_articles","method":"GET","path":"/publication/{publication_id}/articles","params":{"publication_id":"string","from":"string"},"returns":"List of latest article IDs in publication"},{"id":"search_articles","method":"GET","path":"/search/articles","params":{"query":"string"},"returns":"List of article IDs matching query"},{"id":"search_users","method":"GET","path":"/search/users","params":{"query":"string"},"returns":"List of user IDs matching query"},{"id":"get_topfeeds","method":"GET","path":"/topfeeds/{tag}/{mode}","params":{"tag":"string","mode":"string","after":"number","count":"number"},"returns":"List of trending articles by tag mode"}]}