Help Center/ ModelArts/ ModelArts User Guide (Standard)/ Inference Deployment/ Managing a Synchronous Real-Time Service/ Integrating a Real-Time Service API into the Production Environment
Updated on 2024-10-29 GMT+08:00

Integrating a Real-Time Service API into the Production Environment

For a real-time service API that has been commissioned, you can integrate it into the production environment.

Prerequisites

The real-time service is running. Otherwise, applications in the production environment will be unavailable.

Integration Mode

ModelArts real-time services provide standard RESTful APIs, which can be accessed using HTTPS. ModelArts provides SDKs for calling real-time service APIs. For details about how to call the SDKs, see "Scenario 1: Perform an inference test using the predictor" in SDK Reference.

In addition, you can use common development tools and languages to call the APIs. You can search for and obtain the guides for calling standard RESTful APIs on the Internet.