Flux · Capability

Flux Image Editing API — Results

Flux Image Editing API — Results. 1 operations. Lead operation: Flux Poll for editing result. Self-contained Naftiko capability covering one Flux business surface.

Run with Naftiko FluxResults

What You Can Do

GET
Geteditresult — Flux Poll for editing result
/v1/get-result

MCP Tools

flux-poll-editing-result

Flux Poll for editing result

read-only idempotent

Capability Spec

image-editing-results.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Flux Image Editing API — Results
  description: 'Flux Image Editing API — Results. 1 operations. Lead operation: Flux Poll for editing result. Self-contained
    Naftiko capability covering one Flux business surface.'
  tags:
  - Flux
  - Results
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FLUX_API_KEY: FLUX_API_KEY
capability:
  consumes:
  - type: http
    namespace: image-editing-results
    baseUri: https://api.bfl.ai/v1
    description: Flux Image Editing API — Results business capability. Self-contained, no shared references.
    resources:
    - name: get_result
      path: /get_result
      operations:
      - name: geteditresult
        method: GET
        description: Flux Poll for editing result
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Key
      value: '{{env.FLUX_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: image-editing-results-rest
    port: 8080
    description: REST adapter for Flux Image Editing API — Results. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/get-result
      name: get-result
      description: REST surface for get_result.
      operations:
      - method: GET
        name: geteditresult
        description: Flux Poll for editing result
        call: image-editing-results.geteditresult
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: image-editing-results-mcp
    port: 9090
    transport: http
    description: MCP adapter for Flux Image Editing API — Results. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: flux-poll-editing-result
      description: Flux Poll for editing result
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: image-editing-results.geteditresult
      outputParameters:
      - type: object
        mapping: $.