Skip to main content

Overview

Chat with Social Media lets you paste a link to any public post and get insights, summaries, and answers about the content. Analyze trends, understand context, and extract key information.

Supported Platforms

PlatformWhat You Can Analyze
InstagramPosts, Reels, Stories, Captions
X (Twitter)Tweets, Threads, Images
LinkedInPosts, Articles, Updates
FacebookPosts, Photos, Videos

How to Use (Web App)

1

Copy Post URL

Go to the social media platform and copy the link to the public post.
2

Select Platform

Choose the appropriate tool: Chat with Instagram, X, LinkedIn, or Facebook.
3

Paste URL

Paste the post URL and click to analyze.
4

Get Insights

Get a summary of the post and ask follow-up questions.

How to Use (API)

Instagram

# Ingest
curl -X POST https://api.skimming.ai/ingest/v1/api/website \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://www.instagram.com/p/POST_ID"}'

# Chat
curl -X POST https://api.skimming.ai/chat/v1/api/website/instagram \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"file_id": "YOUR_FILE_ID", "question": "What is this post about?"}'

X (Twitter)

# Chat endpoint
POST /chat/v1/api/website/twitter

LinkedIn

# Chat endpoint
POST /chat/v1/api/website/linkedin

Facebook

# Chat endpoint
POST /chat/v1/api/website/facebook

API Endpoints

PlatformChat Endpoint
Instagram/chat/v1/api/website/instagram
X (Twitter)/chat/v1/api/website/twitter
LinkedIn/chat/v1/api/website/linkedin
Facebook/chat/v1/api/website/facebook

Use Cases

Trend Analysis

Understand what’s trending and why.

Content Research

Analyze competitor or industry posts for insights.

Sentiment

Understand the tone and context of posts.

Time Saving

Get the gist without scrolling through everything.

Note: Only public posts can be analyzed. Private accounts and posts are not accessible.