Mixedbread · Capability

Mixedbread Extractions — Schema

Mixedbread Extractions — Schema. 3 operations. Self-contained Naftiko capability covering one Mixedbread business surface.

Mixedbread Extractions — Schema is a Naftiko capability published by Mixedbread, one of 15 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Mixedbread and Extractions.

Run with Naftiko MixedbreadExtractions

Capability Spec

extractions-schema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixedbread Extractions — Schema
  description: 'Mixedbread Extractions — Schema. 3 operations. Self-contained Naftiko capability covering one Mixedbread business surface.'
  tags:
    - Mixedbread
    - Extractions
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      MXBAI_API_KEY: MXBAI_API_KEY
capability:
  consumes:
    - type: http
      namespace: extractions-schema
      baseUri: https://api.mixedbread.com
      description: Mixedbread Extractions — Schema business capability. Self-contained, no shared references.
      resources:
        - name: v1-extractions-schema
          path: /v1/extractions/schema
          operations:
            - name: createschema
              method: POST
              description: Create a schema
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-extractions-schema-2
          path: /v1/extractions/schema/enhance
          operations:
            - name: enhanceschema
              method: POST
              description: Enhance a schema
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-extractions-schema-3
          path: /v1/extractions/schema/validate
          operations:
            - name: validateschema
              method: POST
              description: Validate a schema
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
      authentication:
        type: apikey
        key: authorization
        value: 'Bearer {{env.MXBAI_API_KEY}}'
        placement: header
  exposes:
    - type: rest
      namespace: extractions-schema-rest
      port: 8080
      description: REST adapter for Mixedbread Extractions — Schema. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources: []