API Reference
Log In
API Reference

Submits an inference job

This endpoint submits a job request for any of the following:

  • a string of text
  • Base64 data, with a URI compatible string
  • data files stored in an AWS S3 bucket (it accepts individual files, but not entire directories)

For additional information see the job lifecycle guide.

Log in to see full request history
Body Params
model
object
input
object

An object that contains all the input objects.

boolean
Defaults to false

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

string

A timeout in milliseconds for the job’s status to transition to TIMEDOUT. The job doesn’t timeout if this value is not provided.

Responses

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