Execute Model

Analyze your input data using the specified model. For more information about available models and their capabilities, see our overview.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form containing a file.
modelstringRequired

The model to run.

datafileRequired

The data to analyse.

Response

Successful Response

outputmap from strings to any

The output of the model

idstring

The external UUID of the model result

created_atdatetime

The UTC time the model result was created

input_file_namestring

The name of the input file

input_file_sizeinteger

The size of the input file in bytes

modelstring

The string ID of the model

Errors