KonbiniAPI · Example Payload

Konbiniapi Tiktokgetaudio Example

Social-MediaInstagramTikTokXRedditLinkedInActivityStreams 2.0ScrapingData ExtractionPublic DataInfluencer MarketingSocial ListeningCreator ToolsMCPAgent SkillsAgents

Konbiniapi Tiktokgetaudio Example is an example object payload from KonbiniAPI, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "tiktokGetAudio",
  "summary": "Get Audio Details",
  "request": {
    "method": "GET",
    "url": "https://api.konbiniapi.com/v1/tiktok/audios/6988100049893232686",
    "headers": {
      "Authorization": "Bearer knbn_your_api_key",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "X-Credits-Remaining": 24999,
      "X-Credits-Used": 1
    },
    "body": {
      "data": {
        "@context": [
          "https://www.w3.org/ns/activitystreams#",
          "https://konbiniapi.com/ns/social#"
        ],
        "type": "Audio",
        "id": "https://www.tiktok.com/music/original-sound-7611615657754381599",
        "url": "https://sf16-ies-music.tiktokcdn.com/obj/tos-alisg-v/123456",
        "name": "original sound",
        "duration": 23,
        "mediaType": "audio/mpeg",
        "image": [
          {
            "type": "Image",
            "url": "https://p16-sign.tiktokcdn-us.com/tos-maliva-avt-0068/avatar.jpeg",
            "width": 576,
            "height": 1024
          }
        ],
        "entityId": "7493556331997071377",
        "album": "Greatest Hits",
        "isOriginal": false,
        "isCopyrighted": false,
        "videoCount": 500000
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/konbiniapi-tiktokGetAudio-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.