Download attachment file

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}/attachment-files/{attachment_id}/file/{file_name}

Serve an attachment file linked to a comment visible in this shared playlist (either for_client=True or authored by a guest).

GET /shared/playlists/{token}/attachment-files/{attachment_id}/file/{file_name}
curl \
 --request GET 'http://api.example.com/shared/playlists/{token}/attachment-files/{attachment_id}/file/{file_name}' \
 --header "Authorization: $API_KEY"