PicPurify · Capability

PicPurify Image and Video Moderation API — Video Analysis

PicPurify Image and Video Moderation API — Video Analysis. 1 operations. Lead operation: Analyze a video. Self-contained Naftiko capability covering one Picpurify business surface.

Run with Naftiko PicpurifyVideo Analysis

What You Can Do

POST
Post — Analyze a video
/v1/analyse-video/1-0

MCP Tools

analyze-video

Analyze a video

Capability Spec

picpurify-video-analysis.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PicPurify Image and Video Moderation API — Video Analysis
  description: 'PicPurify Image and Video Moderation API — Video Analysis. 1 operations. Lead operation: Analyze a video.
    Self-contained Naftiko capability covering one Picpurify business surface.'
  tags:
  - Picpurify
  - Video Analysis
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PICPURIFY_API_KEY: PICPURIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: picpurify-video-analysis
    baseUri: https://www.picpurify.com
    description: PicPurify Image and Video Moderation API — Video Analysis business capability. Self-contained, no shared
      references.
    resources:
    - name: analyse_video-1.0
      path: /analyse_video/1.0
      operations:
      - name: post
        method: POST
        description: Analyze a video
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: picpurify-video-analysis-rest
    port: 8080
    description: REST adapter for PicPurify Image and Video Moderation API — Video Analysis. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/analyse-video/1-0
      name: analyse-video-1-0
      description: REST surface for analyse_video-1.0.
      operations:
      - method: POST
        name: post
        description: Analyze a video
        call: picpurify-video-analysis.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: picpurify-video-analysis-mcp
    port: 9090
    transport: http
    description: MCP adapter for PicPurify Image and Video Moderation API — Video Analysis. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: analyze-video
      description: Analyze a video
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: picpurify-video-analysis.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.