# Palmyr Social - TikTok Follow

> Palmyr Social - TikTok Follow is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Follows a TikTok user from an agent-controlled TikTok account, returning an async operation ID to poll for completion.

## Facts

- Endpoint: POST https://palmyr.ai/social/tiktok/follow
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-social-tiktok-follow-6e98c6ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x1byYeCnsbVi3GuJTYV66

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability palmyr-social-tiktok-follow-6e98c6ea -d '<json body>'
```

Example prompt: Follow the TikTok account @dancequeen99 using my managed TikTok account — kick off the follow action and give me the operation ID so I can check when it's done.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically follow a specific TikTok user from a wallet-owned or shared TikTok account, especially in automated social growth, influencer outreach, or reciprocal-follow workflows. Prefer this over manual TikTok interaction when the action must be triggered autonomously and tracked asynchronously.

## Known failure modes

- Target TikTok account does not exist or is private — operation may fail or return restricted status
- Controlled account lacks permissions or session is expired — authentication error returned
- TikTok rate limits triggered — operation queued or rejected
- Already following the target account — may return a no-op or duplicate error
- Payment failure via x402 — call not executed
- Polling timeout — operation remains pending indefinitely

## How this service works

Follow a TikTok user from an account you control. Async: returns an operation to poll.

## Output

An asynchronous operation object containing an operation ID and polling endpoint; the agent must poll to determine when the follow action has completed and whether it succeeded or failed.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-social-tiktok-follow-6e98c6ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
