Autodesk · Capability

Autodesk Reality Capture API — Results

Autodesk Reality Capture API — Results. 1 operations. Lead operation: Get Photoscene Result. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskResults

What You Can Do

GET
Getphotosceneresult — Get Photoscene Result
/v1/photo-to-3d/v1/photoscene/{photosceneid-format-format}

MCP Tools

get-photoscene-result

Get Photoscene Result

read-only idempotent

Capability Spec

reality-capture-results.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Reality Capture API — Results
  description: 'Autodesk Reality Capture API — Results. 1 operations. Lead operation: Get Photoscene Result. Self-contained
    Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Results
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTODESK_API_KEY: AUTODESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: reality-capture-results
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Reality Capture API — Results business capability. Self-contained, no shared references.
    resources:
    - name: photo-to-3d-v1-photoscene-photosceneid}?format={format
      path: /photo-to-3d/v1/photoscene/{photosceneid}?format={format}
      operations:
      - name: getphotosceneresult
        method: GET
        description: Get Photoscene Result
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: photosceneid
          in: path
          type: string
          required: true
        - name: format
          in: query
          type: string
          description: Output format for the result.
          required: true
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: reality-capture-results-rest
    port: 8080
    description: REST adapter for Autodesk Reality Capture API — Results. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/photo-to-3d/v1/photoscene/{photosceneid-format-format}
      name: photo-to-3d-v1-photoscene-photosceneid-format-format
      description: REST surface for photo-to-3d-v1-photoscene-photosceneid}?format={format.
      operations:
      - method: GET
        name: getphotosceneresult
        description: Get Photoscene Result
        call: reality-capture-results.getphotosceneresult
        with:
          photosceneid: rest.photosceneid
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: reality-capture-results-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Reality Capture API — Results. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-photoscene-result
      description: Get Photoscene Result
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: reality-capture-results.getphotosceneresult
      with:
        photosceneid: tools.photosceneid
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.