Stability AI · Capability

Stability AI Stable Image Upscale API — Creative Upscale

Stability AI Stable Image Upscale API — Creative Upscale. 2 operations. Lead operation: Creative upscale an image. Self-contained Naftiko capability covering one Stability Ai business surface.

Run with Naftiko Stability AiCreative Upscale

What You Can Do

POST
Upscaleimagecreative — Creative upscale an image
/v1/v2beta/stable-image/upscale/creative
GET
Getupscalecreativeresult — Get the result of a creative upscale
/v1/v2beta/stable-image/upscale/creative/result/{id}

MCP Tools

creative-upscale-image

Creative upscale an image

get-result-creative-upscale

Get the result of a creative upscale

read-only idempotent

Capability Spec

stable-image-upscale-creative-upscale.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stability AI Stable Image Upscale API — Creative Upscale
  description: 'Stability AI Stable Image Upscale API — Creative Upscale. 2 operations. Lead operation: Creative upscale an
    image. Self-contained Naftiko capability covering one Stability Ai business surface.'
  tags:
  - Stability Ai
  - Creative Upscale
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STABILITY_AI_API_KEY: STABILITY_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: stable-image-upscale-creative-upscale
    baseUri: https://api.stability.ai
    description: Stability AI Stable Image Upscale API — Creative Upscale business capability. Self-contained, no shared references.
    resources:
    - name: v2beta-stable-image-upscale-creative
      path: /v2beta/stable-image/upscale/creative
      operations:
      - name: upscaleimagecreative
        method: POST
        description: Creative upscale an image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v2beta-stable-image-upscale-creative-result-id
      path: /v2beta/stable-image/upscale/creative/result/{id}
      operations:
      - name: getupscalecreativeresult
        method: GET
        description: Get the result of a creative upscale
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.STABILITY_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: stable-image-upscale-creative-upscale-rest
    port: 8080
    description: REST adapter for Stability AI Stable Image Upscale API — Creative Upscale. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2beta/stable-image/upscale/creative
      name: v2beta-stable-image-upscale-creative
      description: REST surface for v2beta-stable-image-upscale-creative.
      operations:
      - method: POST
        name: upscaleimagecreative
        description: Creative upscale an image
        call: stable-image-upscale-creative-upscale.upscaleimagecreative
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2beta/stable-image/upscale/creative/result/{id}
      name: v2beta-stable-image-upscale-creative-result-id
      description: REST surface for v2beta-stable-image-upscale-creative-result-id.
      operations:
      - method: GET
        name: getupscalecreativeresult
        description: Get the result of a creative upscale
        call: stable-image-upscale-creative-upscale.getupscalecreativeresult
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: stable-image-upscale-creative-upscale-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stability AI Stable Image Upscale API — Creative Upscale. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: creative-upscale-image
      description: Creative upscale an image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: stable-image-upscale-creative-upscale.upscaleimagecreative
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-result-creative-upscale
      description: Get the result of a creative upscale
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: stable-image-upscale-creative-upscale.getupscalecreativeresult
      outputParameters:
      - type: object
        mapping: $.