You are here:
Model Endpoint Formats
To connect a predictive model and get inferences, you must use the relevant endpoint request and response formats.
Request Format
The endpoint format to request data. A request is a client's request to a specific URL or endpoint on a server. This request includes the HTTP method, headers, parameters, and, if applicable, a request body.
Response Format
The endpoint format to request a response to a client request. The response includes the HTTP status code indicating the success or failure of the request, and headers providing metadata about the response. If applicable, it includes a response body containing the requested data or additional information.

