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 TikTok endpoints for profiles, posts, comments, followers, 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 TikTok comment replies
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/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/tiktok/comment-replies" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "comment_id": "string",
  "profile_id": "string"
}'

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

### Get TikTok followers
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/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/tiktok/followers" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

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

### Get TikTok following
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/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/tiktok/following" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

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

### Get TikTok user posts
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/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/tiktok/posts" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

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

### Get TikTok user profile
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/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/tiktok/profile" \
  -H "Content-Type: application/json" \
  -d '{
  "handle": "string"
}'

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

### Get TikTok video comments
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/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/tiktok/post-comments" \
  -H "Content-Type: application/json" \
  -d '{
  "post_id": "string",
  "profile_id": "string"
}'

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

### Search TikTok by hashtag
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/search-hashtag
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/tiktok/search-hashtag" \
  -H "Content-Type: application/json" \
  -d '{
  "hashtag": "string"
}'

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

### Search TikTok posts by keyword
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/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/tiktok/search" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": "string"
}'

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

### Search TikTok posts by sound
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/search-music
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/tiktok/search-music" \
  -H "Content-Type: application/json" \
  -d '{
  "music_id": "string",
  "music_title": "string"
}'

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

### Search TikTok user profiles
Method: POST
Direct URL: https://stablesocial.dev/api/tiktok/search-profiles
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/tiktok/search-profiles" \
  -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