# Palmyr Social: TikTok Account Connect via QR

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

Initiates a TikTok login session on a persistent server-side browser profile and returns a QR code link for the human user to scan with the TikTok app.

## Facts

- Endpoint: POST https://palmyr.ai/social/tiktok/connect
- Price: $0.01/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-account-connect-via-qr-33331980
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F1oddh2JQgqaAsb6NB_nt

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-account-connect-via-qr-33331980 -d '<json body>'
```

Example prompt: Connect my TikTok account to Palmyr so my agent can post on my behalf — give me the QR code to scan with my TikTok app.

## When to prefer this

Use this endpoint when you need to establish a fresh TikTok authenticated session on a persistent server-side browser profile managed by Palmyr, specifically as the first step before automated posting or account management. Prefer this over manual credential entry when the goal is wallet-owned, agent-driven TikTok automation.

## Known failure modes

- QR code expires before the user scans it
- TikTok app blocks server-side browser fingerprint, preventing login
- Wallet not recognized or lacks permissions to register a new TikTok account
- Session already active for account — duplicate connection attempt
- Network timeout during browser profile initialization

## How this service works

Log in to TikTok on the server, into the account's own persistent browser profile. Returns a link to hand a human, who scans the QR with the TikTok app.

## Output

A URL or QR code link that the human user scans with their TikTok mobile app to complete the OAuth-style login, establishing a persistent server-side browser session tied to the wallet's account ownership on Palmyr.

## 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-account-connect-via-qr-33331980/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)
