> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plugkit.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Get v1mediafile



## OpenAPI

````yaml /api-reference/openapi.json get /v1/media/file/{filename}
openapi: 3.0.0
info:
  title: PlugKit API
  description: >-
    One API to publish, read, and reply across Instagram, WhatsApp, TikTok,
    YouTube, X & Telegram — built for AI agents. Authenticate every request with
    a Bearer API key (sk_…).
  version: 0.1.0
  contact: {}
servers:
  - url: https://api.plugkit.co
    description: Production
security:
  - api-key: []
tags: []
paths:
  /v1/media/file/{filename}:
    get:
      tags:
        - media
      operationId: MediaController_serve
      parameters:
        - name: filename
          required: true
          in: path
          schema:
            type: string
      responses:
        '200':
          description: ''
      security:
        - api-key: []
components:
  securitySchemes:
    api-key:
      type: http
      scheme: bearer
      bearerFormat: sk_...

````