Modelbit Deployment REST API

Every Modelbit deployment is exposed as a versioned REST inference endpoint. POST an inference request (single or batch) to the deployment URL and receive predictions; access can be gated with API keys.

API entry from apis.yml

apis.yml Raw ↑
name: Modelbit Deployment REST API
description: Every Modelbit deployment is exposed as a versioned REST inference endpoint. POST an inference
  request (single or batch) to the deployment URL and receive predictions; access can be gated with API
  keys.
humanURL: https://doc.modelbit.com/deployments/calling-the-rest-api/
baseURL: https://app.modelbit.com
tags:
- Machine Learning
- Inference
- MLOps
properties:
- type: APIReference
  url: https://doc.modelbit.com/api-reference/
- type: Authentication
  url: authentication/modelbit-authentication.yml
- type: Conventions
  url: conventions/modelbit-conventions.yml