This is a basic example to submit a prediction task for a specific useCase
and modelId
. Upon submission, the API responds with a unique predictionId
and a status
. The predictionId
can be used later in the GET request to retrieve the results.
IMPORTANT: The available use cases are detailed in their own section in this specification.
The authentication and authorization access token.
application/json
The name of the use case for the model.
The unique identifier for the model.
Request information varies based on the use case in the request. See the specific use case for valid information for that use case.
OK
This is the response to the POST prediction request submitted for a specific useCase
and modelId
.