Boltz Predictions API

The Predictions API from Boltz — 8 operation(s) for predictions.

Operations 10

GET /compute/v1/predictions/structure-and-binding/{id} Retrieve a structure & binding prediction #
GET /compute/v1/predictions/structure-and-binding List structure & binding predictions #
POST /compute/v1/predictions/structure-and-binding Start a structure & binding prediction #
POST /compute/v1/predictions/structure-and-binding/{id}/delete-data Delete data for a structure & binding prediction #
POST /compute/v1/predictions/structure-and-binding/estimate-cost Estimate cost of a structure & binding prediction #
GET /compute/v1/predictions/adme/{id} Retrieve an ADME prediction #
GET /compute/v1/predictions/adme List ADME predictions #
POST /compute/v1/predictions/adme Start an ADME prediction #
POST /compute/v1/predictions/adme/{id}/delete-data Delete data for an ADME prediction #
POST /compute/v1/predictions/adme/estimate-cost Estimate cost of an ADME prediction #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/boltz-predictions-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

boltz-predictions-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Boltz Compute Admin Predictions API
  version: v1
  description: Boltz Compute API - biomolecular structure & binding prediction, ADME prediction, and generative small-molecule and protein design as asynchronous compute jobs. Operation surface derived from the official Boltz SDKs (boltz-bio/boltz-api-go); request/response schemas are not published by Boltz and are intentionally left generic.
  contact:
    name: Boltz PBC
    email: contact@boltz.bio
    url: https://boltz.bio
  license:
    name: Proprietary
    url: https://docs.boltz.bio/terms-of-service/terms-of-service
servers:
- url: https://api.boltz.bio
  description: Production
security:
- bearerAuth: []
tags:
- name: Predictions
paths:
  /compute/v1/predictions/structure-and-binding/{id}:
    get:
      operationId: predictionsStructureAndBindingGet
      summary: Retrieve a structure & binding prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
  /compute/v1/predictions/structure-and-binding:
    get:
      operationId: predictionsStructureAndBindingList
      summary: List structure & binding predictions
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
    post:
      operationId: predictionsStructureAndBindingStart
      summary: Start a structure & binding prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /compute/v1/predictions/structure-and-binding/{id}/delete-data:
    post:
      operationId: predictionsStructureAndBindingDeleteData
      summary: Delete data for a structure & binding prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /compute/v1/predictions/structure-and-binding/estimate-cost:
    post:
      operationId: predictionsStructureAndBindingEstimateCost
      summary: Estimate cost of a structure & binding prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /compute/v1/predictions/adme/{id}:
    get:
      operationId: predictionsAdmeGet
      summary: Retrieve an ADME prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
  /compute/v1/predictions/adme:
    get:
      operationId: predictionsAdmeList
      summary: List ADME predictions
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
    post:
      operationId: predictionsAdmeStart
      summary: Start an ADME prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /compute/v1/predictions/adme/{id}/delete-data:
    post:
      operationId: predictionsAdmeDeleteData
      summary: Delete data for an ADME prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      parameters:
      - name: id
        in: path
        required: true
        schema:
          type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /compute/v1/predictions/adme/estimate-cost:
    post:
      operationId: predictionsAdmeEstimateCost
      summary: Estimate cost of an ADME prediction
      tags:
      - Predictions
      responses:
        '200':
          description: Success
        '401':
          description: Unauthorized
        '404':
          description: Not found
        '429':
          description: Rate limited
      requestBody:
        content:
          application/json:
            schema:
              type: object
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: 'Boltz API key or OAuth bearer token sent as Authorization: Bearer <token>. OAuth callers use the X-Boltz-Organization-Id header to select an organization.'