Autodesk · Capability

Autodesk Reality Capture API — Files

Autodesk Reality Capture API — Files. 1 operations. Lead operation: Upload Files to Photoscene. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskFiles

What You Can Do

POST
Uploadfiles — Upload Files to Photoscene
/v1/photo-to-3d/v1/file

MCP Tools

upload-files-photoscene

Upload Files to Photoscene

Capability Spec

reality-capture-files.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Reality Capture API — Files
  description: 'Autodesk Reality Capture API — Files. 1 operations. Lead operation: Upload Files to Photoscene. Self-contained
    Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Files
  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-files
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Reality Capture API — Files business capability. Self-contained, no shared references.
    resources:
    - name: photo-to-3d-v1-file
      path: /photo-to-3d/v1/file
      operations:
      - name: uploadfiles
        method: POST
        description: Upload Files to Photoscene
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: reality-capture-files-rest
    port: 8080
    description: REST adapter for Autodesk Reality Capture API — Files. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/photo-to-3d/v1/file
      name: photo-to-3d-v1-file
      description: REST surface for photo-to-3d-v1-file.
      operations:
      - method: POST
        name: uploadfiles
        description: Upload Files to Photoscene
        call: reality-capture-files.uploadfiles
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: reality-capture-files-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Reality Capture API — Files. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: upload-files-photoscene
      description: Upload Files to Photoscene
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: reality-capture-files.uploadfiles
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.