# Palmyr Social – Like TikTok Video

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

Likes a specified TikTok video from a TikTok account you control, returning an async operation to poll for completion.

## Facts

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

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-like-tiktok-video-6cad409f -d '<json body>'
```

Example prompt: Like this TikTok video — https://www.tiktok.com/@someuser/video/1234567890 — using my connected TikTok account.

## When to prefer this

Use this endpoint when you need to programmatically like a TikTok video from a TikTok account you own or control, especially in automated social media workflows or engagement campaigns. Prefer this over manual interaction when orchestrating agent-driven social media management at scale. The async pattern means it's suitable for fire-and-poll workflows where immediate confirmation isn't required.

## Known failure modes

- Invalid or expired TikTok account credentials — returns authentication error
- Video ID or URL not found or inaccessible — returns not found error
- Video already liked by the account — may return duplicate action error or no-op
- Rate limiting by TikTok platform — returns rate limit error
- Operation polling timeout if TikTok is slow to respond
- Insufficient permissions on the connected account

## How this service works

Like a TikTok video from an account you control. Async: returns an operation to poll.

## Output

Returns an async operation object containing an operation ID that can be polled to determine when the like action has been successfully executed on TikTok. The final result confirms whether the like was applied.

## 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-like-tiktok-video-6cad409f/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)
