Get shared preview file metadata

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}/preview-files/{preview_file_id}

Return preview file record when the request includes a valid share token. No JWT.

Path parameters

  • token string Required

    Share link token

  • preview_file_id string(uuid) Required

    Preview file unique identifier

Responses

  • 200 application/json

    Preview file metadata

  • 403

    Preview file is not part of this shared playlist

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