Ludo.ai · Capability

Ludo.ai REST API — 3D Models

Ludo.ai REST API — 3D Models. 1 operations. Lead operation: Ludo.ai Convert a 2D image to a 3D model. Self-contained Naftiko capability covering one Ludo Ai business surface.

Run with Naftiko Ludo Ai3D Models

What You Can Do

POST
Create3dmodel — Ludo.ai Convert a 2D image to a 3D model
/v1/3d-models/create

MCP Tools

ludo-ai-convert-2d-image-3d

Ludo.ai Convert a 2D image to a 3D model

Capability Spec

rest-3d-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ludo.ai REST API — 3D Models
  description: 'Ludo.ai REST API — 3D Models. 1 operations. Lead operation: Ludo.ai Convert a 2D image to a 3D model. Self-contained
    Naftiko capability covering one Ludo Ai business surface.'
  tags:
  - Ludo Ai
  - 3D Models
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LUDO_AI_API_KEY: LUDO_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-3d-models
    baseUri: https://api.ludo.ai/api
    description: Ludo.ai REST API — 3D Models business capability. Self-contained, no shared references.
    resources:
    - name: 3d-models-create
      path: /3d-models/create
      operations:
      - name: create3dmodel
        method: POST
        description: Ludo.ai Convert a 2D image to a 3D model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authentication
      value: '{{env.LUDO_AI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: rest-3d-models-rest
    port: 8080
    description: REST adapter for Ludo.ai REST API — 3D Models. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/3d-models/create
      name: 3d-models-create
      description: REST surface for 3d-models-create.
      operations:
      - method: POST
        name: create3dmodel
        description: Ludo.ai Convert a 2D image to a 3D model
        call: rest-3d-models.create3dmodel
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-3d-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ludo.ai REST API — 3D Models. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: ludo-ai-convert-2d-image-3d
      description: Ludo.ai Convert a 2D image to a 3D model
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-3d-models.create3dmodel
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.