API Reference
Log In
API Reference

Submits a single inference request

This endpoint accepts an individual data input of any of the following types:

  • a text string
  • Base64 data, with a URI compatible string
  • individual data files stored in an AWS S3 bucket
  • individual data fiels stored in Azure Blob Storage
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Body Params
model
object
inputs
array of objects
required

The input object being sent for inference. Supports models that require more than one input by repeating the input object.

inputs*
tags
object

Tags can be used to create custom fields that make it possible to group or
otherwise identify individual inference results in the future.

Example:

{ "user":"Kvothe", "os":"macOS", "env":"prod", "tool":"Tableau" }
boolean

If set to "true" an explanation is returned with each inference for models
that offer explainability.

Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json