# TikTok Song Videos Lookup

> TikTok Song Videos Lookup is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Fetches TikTok videos that use a specific song, identified by song ID or similar identifier.

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/tiktok/song-videos
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-tiktok-song-videos-lookup-9239df06
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nP3ZySrzUDVWUC-7j6nsr

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 fiber-ai-api-tiktok-song-videos-lookup-9239df06 -d '<json body>'
```

Example prompt: Can you pull up all the TikTok videos that are using the song with ID '7193533905891057450' — I want to see which creators have used that track?

## When to prefer this

Use this endpoint when you need to discover or analyze TikTok videos associated with a specific song — for example, tracking how a music track is being used across TikTok, finding viral content tied to an audio, or conducting social listening on a song's TikTok presence. Prefer this over general TikTok search endpoints when you have a specific song identifier and want video-level data tied to that audio.

## Known failure modes

- Invalid or unrecognized song ID returns an error or empty result
- Song ID exists but has no associated videos, returning an empty list
- Rate limiting or quota exhaustion returning a 429 error
- Network timeout on the upstream TikTok data source
- Malformed request body returns a 400 validation error

## How this service works

Fetches TikTok videos that use a specific song. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

A list of TikTok videos that feature the specified song, likely including video IDs, creator information, view counts, and other video metadata associated with each result.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-tiktok-song-videos-lookup-9239df06/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
