Mixedbread · Capability

Mixedbread Extractions — Jobs

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

Mixedbread Extractions — Jobs 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-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Mixedbread Extractions — Jobs
  description: 'Mixedbread Extractions — Jobs. 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-jobs
      baseUri: https://api.mixedbread.com
      description: Mixedbread Extractions — Jobs business capability. Self-contained, no shared references.
      resources:
        - name: v1-extractions-jobs
          path: /v1/extractions/jobs
          operations:
            - name: createjob
              method: POST
              description: Start an extraction job
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-extractions-jobs-2
          path: /v1/extractions/jobs/{job_id}
          operations:
            - name: getjob
              method: GET
              description: Get extraction job result
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-extractions-content
          path: /v1/extractions/content
          operations:
            - name: extractcontent
              method: POST
              description: Extract content from a string
              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-jobs-rest
      port: 8080
      description: REST adapter for Mixedbread Extractions — Jobs. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources: []