Memesio · Capability

Memesio API Contracts — uploads

Memesio API Contracts — uploads. 1 operations. Lead operation: Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme. Self-contained Naftiko capability covering one Memesio business surface.

Run with Naftiko Memesiouploads

What You Can Do

POST
Post — Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme
/v1/api/v1/memes/caption-upload

MCP Tools

upload-image-place-top-bottom

Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme

Capability Spec

memesio-uploads.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Memesio API Contracts — uploads
  description: 'Memesio API Contracts — uploads. 1 operations. Lead operation: Upload an Image, Place Top or Bottom Caption
    Boxes, and Store the Hosted Meme. Self-contained Naftiko capability covering one Memesio business surface.'
  tags:
  - Memesio
  - uploads
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MEMESIO_API_KEY: MEMESIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: memesio-uploads
    baseUri: ''
    description: Memesio API Contracts — uploads business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-memes-caption-upload
      path: /api/v1/memes/caption-upload
      operations:
      - name: post
        method: POST
        description: Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: x-developer-api-key
      value: '{{env.MEMESIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: memesio-uploads-rest
    port: 8080
    description: REST adapter for Memesio API Contracts — uploads. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/memes/caption-upload
      name: api-v1-memes-caption-upload
      description: REST surface for api-v1-memes-caption-upload.
      operations:
      - method: POST
        name: post
        description: Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme
        call: memesio-uploads.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: memesio-uploads-mcp
    port: 9090
    transport: http
    description: MCP adapter for Memesio API Contracts — uploads. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: upload-image-place-top-bottom
      description: Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: memesio-uploads.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.