Sketchfab · Capability

Sketchfab Data API — Search

Sketchfab Data API — Search. 1 operation: unified search across models, collections, and users. Self-contained Naftiko capability.

Sketchfab Data API — Search is a Naftiko capability published by Sketchfab, one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v3/v3/search.

The capability includes 1 read-only operation. Lead operation: Search Sketchfab. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Sketchfab and Search.

Run with Naftiko SketchfabSearch

What You Can Do

GET
Search — Search Sketchfab
/v3/v3/search

MCP Tools

sketchfab-search

Search Sketchfab

read-only idempotent

Capability Spec

data-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sketchfab Data API — Search
  description: 'Sketchfab Data API — Search. 1 operation: unified search across models, collections, and users. Self-contained Naftiko capability.'
  tags:
  - Sketchfab
  - Search
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    SKETCHFAB_API_TOKEN: SKETCHFAB_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: data-search
    baseUri: https://api.sketchfab.com
    description: Sketchfab Search business capability.
    resources:
    - name: v3-search
      path: /v3/search
      operations:
      - name: search
        method: GET
        description: Search Sketchfab
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
        - name: q
          in: query
          type: string
    authentication:
      type: apikey
      key: Authorization
      value: 'Token {{env.SKETCHFAB_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: data-search-rest
    port: 8080
    description: REST adapter for Sketchfab Search.
    resources:
    - path: /v3/v3/search
      name: v3-search
      operations:
      - method: GET
        name: search
        description: Search Sketchfab
        call: data-search.search
        with:
          type: rest.type
          q: rest.q
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sketchfab Search.
    tools:
    - name: sketchfab-search
      description: Search Sketchfab
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-search.search
      with:
        type: tools.type
        q: tools.q
      outputParameters:
      - type: object
        mapping: $.