All Products
Search
Document Center

Platform For AI:API overview

Last Updated:Jul 15, 2026

API standards and multilingual preset SDKs

The OpenAPI of this product (PAIFlow/2021-02-02) uses the ROA signature style. We have encapsulated SDKs for common programming languages for developers. Developers can download the SDK to directly call this product's OpenAPI without worrying about technical details. If the existing SDK does not meet your needs, you can use the signature mechanism for self-signing integration. Since the details of self-signing are very complex, it may take around 5 business days. Therefore, we recommend joining our DingTalk service group (147535001692) and conducting signature integration under expert guidance.

Before using the API, you need to prepare your identity account and access key (AccessKey) to effectively access the API through client tools (such as SDK and CLI). For details, see Obtain an AccessKey.

Custom signature scenarios

If your business scenario has special requirements and you need to integrate the API through self-signing, we recommend consulting our technical support team first (DingTalk service group: 147535001692) to obtain professional guidance and ensure efficient integration.

Account and security preparation

Alibaba Cloud accounts have full administrative permissions over all resources. Once an AccessKey is compromised, all associated resources will be at risk of unauthorized access. To ensure security, it is recommended to create a RAM user with only API access permissions and configure its AccessKey, while configuring RAM policies based on the principle of least privilege (PoLP). Use the Alibaba Cloud account only in specific scenarios where Alibaba Cloud account permissions are explicitly required.

Workflow node

API

Title

Description

GetPipelineRunNode GetPipelineRunNode Queries information about a node. A pipeline job contains a variety of nodes.
ListPipelineRunNodeStatus ListPipelineRunNodeStatus Queries the running status of a pipeline node.

Workflow

API

Title

Description

CreatePipeline CreatePipeline Creates a pipeline. A pipeline consists of a series of nodes that form a directed acyclic graph (DAG), which defines the machine learning process.
CreatePipelineRun CreatePipelineRun Creates a pipeline job.
DeletePipeline DeletePipeline Deletes a pipeline.
DeletePipelineRun DeletePipelineRun Deletes a pipeline job.
GetPipeline GetPipeline Queries the information about a pipeline.
GetPipelineRun GetPipelineRun Queries the information about a pipeline job.
ListPipelineRunNodeLogs ListPipelineRunNodeLogs Obtains the node logs of a pipeline job.
ListPipelineRunNodeOutputs ListPipelineRunNodeOutputs Queries the outputs of a pipeline node.
ListPipelineRuns ListPipelineRuns Queries a list of pipeline jobs. Filtering, sorting, and pagination are supported for this API operation.
ListPipelineRunsStatus ListPipelineRunsStatus Queries the statuses of multiple pipeline jobs or nodes at a time.
ListPipelines ListPipelines Queries a list of pipelines.
RerunPipelineRun RerunPipelineRun Re-runs a pipeline job.
StartPipelineRun StartPipelineRun Starts a pipeline job.
TerminatePipelineRun TerminatePipelineRun Terminates a pipeline job.
UpdatePipeline UpdatePipeline Updates the definition of a pipeline.
UpdatePipelineRun UpdatePipelineRun Updates a pipeline job. You can update only the name of a pipeline job.