APIs.io Engineering Platform Cloudflare API — Cloudflare Images

APIs.io Engineering Platform Cloudflare API — Cloudflare Images. 9 operations. Lead operation: APIs.io Engineering Platform List images. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCloudflare Images

What You Can Do

GET
Cloudflareimageslistimages — APIs.io Engineering Platform List images
/v1/accounts/{account-id}/images/v1
POST
Cloudflareimagesuploadanimageviaurl — APIs.io Engineering Platform Upload an image
/v1/accounts/{account-id}/images/v1
GET
Cloudflareimagesimagesusagestatistics — APIs.io Engineering Platform Images usage statistics
/v1/accounts/{account-id}/images/v1/stats
DELETE
Cloudflareimagesdeleteimage — APIs.io Engineering Platform Delete image
/v1/accounts/{account-id}/images/v1/{image-id}
GET
Cloudflareimagesimagedetails — APIs.io Engineering Platform Image details
/v1/accounts/{account-id}/images/v1/{image-id}
PATCH
Cloudflareimagesupdateimage — APIs.io Engineering Platform Update image
/v1/accounts/{account-id}/images/v1/{image-id}
GET
Cloudflareimagesbaseimage — APIs.io Engineering Platform Base image
/v1/accounts/{account-id}/images/v1/{image-id}/blob
GET
Cloudflareimageslistimagesv2 — APIs.io Engineering Platform List images V2
/v1/accounts/{account-id}/images/v2
POST
Cloudflareimagescreateauthenticateddirectuploadurlv2 — APIs.io Engineering Platform Create authenticated direct upload URL V2
/v1/accounts/{account-id}/images/v2/direct-upload

MCP Tools

apis-io-engineering-platform-list-images

APIs.io Engineering Platform List images

read-only idempotent
apis-io-engineering-platform-upload-image

APIs.io Engineering Platform Upload an image

apis-io-engineering-platform-images-usage

APIs.io Engineering Platform Images usage statistics

read-only idempotent
apis-io-engineering-platform-delete-image

APIs.io Engineering Platform Delete image

idempotent
apis-io-engineering-platform-image-details

APIs.io Engineering Platform Image details

read-only idempotent
apis-io-engineering-platform-update-image

APIs.io Engineering Platform Update image

idempotent
apis-io-engineering-platform-base-image

APIs.io Engineering Platform Base image

read-only idempotent
apis-io-engineering-platform-list-images-2

APIs.io Engineering Platform List images V2

read-only idempotent
apis-io-engineering-platform-create-authenticated

APIs.io Engineering Platform Create authenticated direct upload URL V2

Capability Spec

cloudflare-cloudflare-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Cloudflare Images
  description: 'APIs.io Engineering Platform Cloudflare API — Cloudflare Images. 9 operations. Lead operation: APIs.io Engineering
    Platform List images. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Cloudflare Images
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-cloudflare-images
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Cloudflare Images business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-images-v1
      path: /accounts/{account_id}/images/v1
      operations:
      - name: cloudflareimageslistimages
        method: GET
        description: APIs.io Engineering Platform List images
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: page
          in: query
          type: number
        - name: per_page
          in: query
          type: number
      - name: cloudflareimagesuploadanimageviaurl
        method: POST
        description: APIs.io Engineering Platform Upload an image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-images-v1-stats
      path: /accounts/{account_id}/images/v1/stats
      operations:
      - name: cloudflareimagesimagesusagestatistics
        method: GET
        description: APIs.io Engineering Platform Images usage statistics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-images-v1-image_id
      path: /accounts/{account_id}/images/v1/{image_id}
      operations:
      - name: cloudflareimagesdeleteimage
        method: DELETE
        description: APIs.io Engineering Platform Delete image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: image_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: cloudflareimagesimagedetails
        method: GET
        description: APIs.io Engineering Platform Image details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: image_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: cloudflareimagesupdateimage
        method: PATCH
        description: APIs.io Engineering Platform Update image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: image_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-images-v1-image_id-blob
      path: /accounts/{account_id}/images/v1/{image_id}/blob
      operations:
      - name: cloudflareimagesbaseimage
        method: GET
        description: APIs.io Engineering Platform Base image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: image_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-images-v2
      path: /accounts/{account_id}/images/v2
      operations:
      - name: cloudflareimageslistimagesv2
        method: GET
        description: APIs.io Engineering Platform List images V2
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: continuation_token
          in: query
          type: string
        - name: per_page
          in: query
          type: number
        - name: sort_order
          in: query
          type: string
    - name: accounts-account_id-images-v2-direct_upload
      path: /accounts/{account_id}/images/v2/direct_upload
      operations:
      - name: cloudflareimagescreateauthenticateddirectuploadurlv2
        method: POST
        description: APIs.io Engineering Platform Create authenticated direct upload URL V2
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-cloudflare-images-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Cloudflare Images. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/images/v1
      name: accounts-account-id-images-v1
      description: REST surface for accounts-account_id-images-v1.
      operations:
      - method: GET
        name: cloudflareimageslistimages
        description: APIs.io Engineering Platform List images
        call: cloudflare-cloudflare-images.cloudflareimageslistimages
        with:
          account_id: rest.account_id
          page: rest.page
          per_page: rest.per_page
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: cloudflareimagesuploadanimageviaurl
        description: APIs.io Engineering Platform Upload an image
        call: cloudflare-cloudflare-images.cloudflareimagesuploadanimageviaurl
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/images/v1/stats
      name: accounts-account-id-images-v1-stats
      description: REST surface for accounts-account_id-images-v1-stats.
      operations:
      - method: GET
        name: cloudflareimagesimagesusagestatistics
        description: APIs.io Engineering Platform Images usage statistics
        call: cloudflare-cloudflare-images.cloudflareimagesimagesusagestatistics
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/images/v1/{image-id}
      name: accounts-account-id-images-v1-image-id
      description: REST surface for accounts-account_id-images-v1-image_id.
      operations:
      - method: DELETE
        name: cloudflareimagesdeleteimage
        description: APIs.io Engineering Platform Delete image
        call: cloudflare-cloudflare-images.cloudflareimagesdeleteimage
        with:
          image_id: rest.image_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: cloudflareimagesimagedetails
        description: APIs.io Engineering Platform Image details
        call: cloudflare-cloudflare-images.cloudflareimagesimagedetails
        with:
          image_id: rest.image_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: cloudflareimagesupdateimage
        description: APIs.io Engineering Platform Update image
        call: cloudflare-cloudflare-images.cloudflareimagesupdateimage
        with:
          image_id: rest.image_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/images/v1/{image-id}/blob
      name: accounts-account-id-images-v1-image-id-blob
      description: REST surface for accounts-account_id-images-v1-image_id-blob.
      operations:
      - method: GET
        name: cloudflareimagesbaseimage
        description: APIs.io Engineering Platform Base image
        call: cloudflare-cloudflare-images.cloudflareimagesbaseimage
        with:
          image_id: rest.image_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/images/v2
      name: accounts-account-id-images-v2
      description: REST surface for accounts-account_id-images-v2.
      operations:
      - method: GET
        name: cloudflareimageslistimagesv2
        description: APIs.io Engineering Platform List images V2
        call: cloudflare-cloudflare-images.cloudflareimageslistimagesv2
        with:
          account_id: rest.account_id
          continuation_token: rest.continuation_token
          per_page: rest.per_page
          sort_order: rest.sort_order
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/images/v2/direct-upload
      name: accounts-account-id-images-v2-direct-upload
      description: REST surface for accounts-account_id-images-v2-direct_upload.
      operations:
      - method: POST
        name: cloudflareimagescreateauthenticateddirectuploadurlv2
        description: APIs.io Engineering Platform Create authenticated direct upload URL V2
        call: cloudflare-cloudflare-images.cloudflareimagescreateauthenticateddirectuploadurlv2
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-cloudflare-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Cloudflare Images. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-images
      description: APIs.io Engineering Platform List images
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images.cloudflareimageslistimages
      with:
        account_id: tools.account_id
        page: tools.page
        per_page: tools.per_page
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upload-image
      description: APIs.io Engineering Platform Upload an image
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-cloudflare-images.cloudflareimagesuploadanimageviaurl
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-images-usage
      description: APIs.io Engineering Platform Images usage statistics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images.cloudflareimagesimagesusagestatistics
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-image
      description: APIs.io Engineering Platform Delete image
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-cloudflare-images.cloudflareimagesdeleteimage
      with:
        image_id: tools.image_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-image-details
      description: APIs.io Engineering Platform Image details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images.cloudflareimagesimagedetails
      with:
        image_id: tools.image_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-image
      description: APIs.io Engineering Platform Update image
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images.cloudflareimagesupdateimage
      with:
        image_id: tools.image_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-base-image
      description: APIs.io Engineering Platform Base image
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images.cloudflareimagesbaseimage
      with:
        image_id: tools.image_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-images-2
      description: APIs.io Engineering Platform List images V2
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-cloudflare-images.cloudflareimageslistimagesv2
      with:
        account_id: tools.account_id
        continuation_token: tools.continuation_token
        per_page: tools.per_page
        sort_order: tools.sort_order
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-authenticated
      description: APIs.io Engineering Platform Create authenticated direct upload URL V2
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-cloudflare-images.cloudflareimagescreateauthenticateddirectuploadurlv2
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.