Trustpilot · Capability

Trustpilot Business Units API — Images

Trustpilot Business Units API — Images. 2 operations. Lead operation: Get Business Unit Images. Self-contained Naftiko capability covering one Trustpilot business surface.

Run with Naftiko TrustpilotImages

What You Can Do

GET
Getbusinessunitimages — Get Business Unit Images
/v1/v1/business-units/{businessunitid}/images
GET
Getbusinessunitlogo — Get Business Unit Logo
/v1/v1/business-units/{businessunitid}/images/logo

MCP Tools

get-business-unit-images

Get Business Unit Images

read-only idempotent
get-business-unit-logo

Get Business Unit Logo

read-only idempotent

Capability Spec

business-units-images.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Trustpilot Business Units API — Images
  description: 'Trustpilot Business Units API — Images. 2 operations. Lead operation: Get Business Unit Images. Self-contained
    Naftiko capability covering one Trustpilot business surface.'
  tags:
  - Trustpilot
  - Images
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TRUSTPILOT_API_KEY: TRUSTPILOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: business-units-images
    baseUri: https://api.trustpilot.com
    description: Trustpilot Business Units API — Images business capability. Self-contained, no shared references.
    resources:
    - name: v1-business-units-businessUnitId-images
      path: /v1/business-units/{businessUnitId}/images
      operations:
      - name: getbusinessunitimages
        method: GET
        description: Get Business Unit Images
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: businessUnitId
          in: path
          type: string
          required: true
        - name: apikey
          in: query
          type: string
          required: true
    - name: v1-business-units-businessUnitId-images-logo
      path: /v1/business-units/{businessUnitId}/images/logo
      operations:
      - name: getbusinessunitlogo
        method: GET
        description: Get Business Unit Logo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: businessUnitId
          in: path
          type: string
          required: true
        - name: apikey
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TRUSTPILOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: business-units-images-rest
    port: 8080
    description: REST adapter for Trustpilot Business Units API — Images. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/business-units/{businessunitid}/images
      name: v1-business-units-businessunitid-images
      description: REST surface for v1-business-units-businessUnitId-images.
      operations:
      - method: GET
        name: getbusinessunitimages
        description: Get Business Unit Images
        call: business-units-images.getbusinessunitimages
        with:
          businessUnitId: rest.businessUnitId
          apikey: rest.apikey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/business-units/{businessunitid}/images/logo
      name: v1-business-units-businessunitid-images-logo
      description: REST surface for v1-business-units-businessUnitId-images-logo.
      operations:
      - method: GET
        name: getbusinessunitlogo
        description: Get Business Unit Logo
        call: business-units-images.getbusinessunitlogo
        with:
          businessUnitId: rest.businessUnitId
          apikey: rest.apikey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: business-units-images-mcp
    port: 9090
    transport: http
    description: MCP adapter for Trustpilot Business Units API — Images. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-business-unit-images
      description: Get Business Unit Images
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: business-units-images.getbusinessunitimages
      with:
        businessUnitId: tools.businessUnitId
        apikey: tools.apikey
      outputParameters:
      - type: object
        mapping: $.
    - name: get-business-unit-logo
      description: Get Business Unit Logo
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: business-units-images.getbusinessunitlogo
      with:
        businessUnitId: tools.businessUnitId
        apikey: tools.apikey
      outputParameters:
      - type: object
        mapping: $.