Memesio · Capability

Memesio API Contracts — safety

Memesio API Contracts — safety. 1 operations. Lead operation: Get Content and Face-Swap Usage Policy with Enforcement Points. Self-contained Naftiko capability covering one Memesio business surface.

Run with Naftiko Memesiosafety

What You Can Do

GET
Get — Get Content and Face-Swap Usage Policy with Enforcement Points
/v1/api/compliance/content-policy

MCP Tools

get-content-and-face-swap

Get Content and Face-Swap Usage Policy with Enforcement Points

read-only idempotent

Capability Spec

memesio-safety.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Memesio API Contracts — safety
  description: 'Memesio API Contracts — safety. 1 operations. Lead operation: Get Content and Face-Swap Usage Policy with
    Enforcement Points. Self-contained Naftiko capability covering one Memesio business surface.'
  tags:
  - Memesio
  - safety
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MEMESIO_API_KEY: MEMESIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: memesio-safety
    baseUri: ''
    description: Memesio API Contracts — safety business capability. Self-contained, no shared references.
    resources:
    - name: api-compliance-content-policy
      path: /api/compliance/content-policy
      operations:
      - name: get
        method: GET
        description: Get Content and Face-Swap Usage Policy with Enforcement Points
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-developer-api-key
      value: '{{env.MEMESIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: memesio-safety-rest
    port: 8080
    description: REST adapter for Memesio API Contracts — safety. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/compliance/content-policy
      name: api-compliance-content-policy
      description: REST surface for api-compliance-content-policy.
      operations:
      - method: GET
        name: get
        description: Get Content and Face-Swap Usage Policy with Enforcement Points
        call: memesio-safety.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: memesio-safety-mcp
    port: 9090
    transport: http
    description: MCP adapter for Memesio API Contracts — safety. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-content-and-face-swap
      description: Get Content and Face-Swap Usage Policy with Enforcement Points
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: memesio-safety.get
      outputParameters:
      - type: object
        mapping: $.