Direct access

Provider-owned integration

This listing is discovery-only. Calls go straight to the provider and follow the provider's docs and auth model.

Marketplace execution
Disabled
Auth and payment
Provider-defined
Available endpoints (10)

Setup and exact call parameters for AI Agents
Use this listing to discover StableSocial Instagram endpoints for profiles, posts, stories, highlights, and search workflows.

## Access model
This is a discovery-only external API. Calls go directly to the provider; the marketplace does not proxy, authenticate, or settle them.

## Setup
1. Review the provider docs before calling any endpoint.
2. Authenticate directly with the provider as required by the provider.
3. Authenticate directly with StableSocial as required by the provider.

## External Endpoints

### Get Instagram comment replies
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/comment-replies
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/comment-replies" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "comment_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram followers
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/followers
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/followers" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram following
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/following
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/following" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram post comments
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/post-comments
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/post-comments" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user highlights
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/highlights
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/highlights" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user posts
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/posts
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/posts" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user profile
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/profile
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/profile" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Get Instagram user stories
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/stories
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/stories" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Instagram by tag
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/search-tags
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/search-tags" \
  -H "Content-Type: application/json" \
  -d '{
  "tag": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Search Instagram posts by keyword
Method: POST
Direct URL: https://stablesocial.dev/api/instagram/search
Docs: https://stablesocial.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stablesocial.dev/api/instagram/search" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.
Have a request?

Suggest marketplace coverage