Autodesk · Capability

Autodesk Model Derivative API — Jobs

Autodesk Model Derivative API — Jobs. 1 operations. Lead operation: Autodesk Start Translation Job. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskJobs

What You Can Do

POST
Startjob — Autodesk Start Translation Job
/v1/modelderivative/v2/designdata/job

MCP Tools

autodesk-start-translation-job

Autodesk Start Translation Job

Capability Spec

model-derivative-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Model Derivative API — Jobs
  description: 'Autodesk Model Derivative API — Jobs. 1 operations. Lead operation: Autodesk Start Translation Job. Self-contained
    Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTODESK_API_KEY: AUTODESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: model-derivative-jobs
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Model Derivative API — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: modelderivative-v2-designdata-job
      path: /modelderivative/v2/designdata/job
      operations:
      - name: startjob
        method: POST
        description: Autodesk Start Translation Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-ads-force
          in: header
          type: boolean
          description: Set to true to force re-translation even if the output already exists.
        - name: x-ads-derivative-format
          in: header
          type: string
          description: The derivative format version (v2 for SVF2).
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: model-derivative-jobs-rest
    port: 8080
    description: REST adapter for Autodesk Model Derivative API — Jobs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/modelderivative/v2/designdata/job
      name: modelderivative-v2-designdata-job
      description: REST surface for modelderivative-v2-designdata-job.
      operations:
      - method: POST
        name: startjob
        description: Autodesk Start Translation Job
        call: model-derivative-jobs.startjob
        with:
          x-ads-force: rest.x-ads-force
          x-ads-derivative-format: rest.x-ads-derivative-format
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: model-derivative-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Model Derivative API — Jobs. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: autodesk-start-translation-job
      description: Autodesk Start Translation Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: model-derivative-jobs.startjob
      with:
        x-ads-force: tools.x-ads-force
        x-ads-derivative-format: tools.x-ads-derivative-format
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.