# TopYappers API ## Docs - [Get Creators (v1)](https://docs.topyappers.com/creators-api/endpoint/get.md): Returns full creator profiles matching filters. Query parameters are identical to GET /api/v2/creators/search (search is free and returns IDs only; this endpoint costs credits per creator returned). - [Get Creators by ID (v2)](https://docs.topyappers.com/creators-api/endpoint/v2-get.md): Fetch full creator profiles by passing userIds returned from the search endpoint. - [Search Creators (v2)](https://docs.topyappers.com/creators-api/endpoint/v2-search.md): Search creators using the same filters as the Creators API. Returns a list of userIds to fetch full profiles. - [Available Parameters](https://docs.topyappers.com/creators-api/parameters.md): Available creators API parameters for the TopYappers API - [Creators API v2](https://docs.topyappers.com/creators-api/v2.md): Search creators for free and fetch full profiles with v2 endpoints - [Usage Examples](https://docs.topyappers.com/examples.md): Usage examples for the TopYappers API - [TopYappers API](https://docs.topyappers.com/index.md): Welcome to the home of the TopYappers API - [Rate Limits](https://docs.topyappers.com/rate-limits.md): Rate limits for the TopYappers API - [Enums](https://docs.topyappers.com/reference/enums.md): Reference lists for API filter values - [Rate Limits & Credits](https://docs.topyappers.com/reference/rate-limits-credits.md): Understanding API pricing, credits, and rate limits - [Upload Video for Remix](https://docs.topyappers.com/remix-api/endpoint/get.md): Process a video from a provided URL. The API will download the video, apply transformations, and remove invisible watermarks. - [Video Remix API Overview](https://docs.topyappers.com/remix-api/overview.md): Process videos with the TopYappers Remix API - [Get Songs Data](https://docs.topyappers.com/songs-api/endpoint/get.md): Access trending songs data with various actions. Use the `action` parameter to specify what data to retrieve. - [Overview](https://docs.topyappers.com/songs-api/overview.md): Access trending songs data, rankings, and chart history - [Get Videos](https://docs.topyappers.com/videos-api/endpoint/get.md): Returns all videos from the system that match the specified criteria - [Get Viral Posts](https://docs.topyappers.com/viral-content-api/endpoint/post.md): Retrieve viral TikTok content filtered by categories, countries, views, virality and follower ranges, dates, music and hook, AI tag arrays and text-contains fields, and boolean content flags. See `ViralPostsRequest` in components/schemas. - [Overview](https://docs.topyappers.com/viral-content-api/overview.md): Discover viral TikTok content with powerful filtering options ## OpenAPI Specs - [openapi](https://docs.topyappers.com/viral-content-api/openapi.json)