Get shared playlist

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.kitsu.cloud/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Kitsu API MCP server": {
    "url": "https://api-docs.kitsu.cloud/mcp"
  }
}

Close
GET /shared/playlists/{token}

Retrieve a playlist with preview file revisions for a secret share link. No JWT; the path token (and optional query password) is the credential.

Path parameters

  • token string Required

    Share link token

Query parameters

  • password string

    Password when the link is protected

Responses

  • 200 application/json

    Playlist with preview file revisions and enriched shots

GET /shared/playlists/{token}
curl \
 --request GET 'http://api.example.com/shared/playlists/{token}' \
 --header "Authorization: $API_KEY"
Response examples (200)
{}