API overview
API standards and multilingual preset SDKs
The OpenAPI of this product (AiMiaoBi/2023-08-01) uses the RPC 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.
API catalog
API | Title | Description |
|---|---|---|
| AddAuditTerms | Add a custom word library record | Add a custom term to the audit dictionary. |
| AddDatasetDocument | Data Source - Add Document to Dataset | Adds a document to a data source. |
| AsyncCreateClipsTask | Create video editing job | Creates a video clip. |
| AsyncCreateClipsTimeLine | Creation of video editing voice-over timeline | Creates a timeline for smart video editing. |
| AsyncEditTimeline | Edit the voice-over timeline for video editing | Edits the timeline of a video editing task. |
| AsyncUploadTenderDoc | Tender document parsing | Upload a tender document. |
| AsyncUploadVideo | Asynchronously upload video clip materials | Uploads video assets for editing. |
| AsyncWritingBiddingDoc | Bid Document Writing | An API for writing bidding documents. |
| BindPptArtifact | Attach PPT work information | Binds a PowerPoint (PPT) artifact. |
| CancelAsyncTask | Cancel asynchronous task | Cancels pending asynchronous tasks. |
| CancelAuditTask | Cancel a review job | Cancel an audit task. |
| CancelDeepWriteTask | Cancel a depth writing job | Cancels a deep writing task. |
| ClearIntervenes | Purge all intervention items | Clears all intervention content. |
| ConfirmAndPostProcessAuditNote | Confirm Submission of Rule Library for Review | This interface confirms whether the parsing results from your custom rule library submission are used for audit tasks. Because parsing results may not meet your requirements, use this interface to perform a second confirmation. If you are satisfied with the parsing of your submitted rule library, provide the TaskId from that submission as an input parameter. The system then post-processes your uploaded rule library and makes it available for auditing. Otherwise, invoke the SubmitAuditNote interface again to upload the modified rule library. |
| CreateDataPermissions | CreateDataPermissions | Batch add permissions:\ \- Dataset permissions\ |
| CreateDataset | Data source - Creation | Creates a dataset. |
| CreateGeneralConfig | General Configuration - Creation | General configurations — Create |
| CreateGeneratedContent | Save Document | Saves an article created in Miaobi. This operation supports rich text. |
| CreateToken | Obtain an authorization token | Creates a temporary token for the online inference API. |
| DeleteAuditNote | Delete Rule Library | Deletes all custom rule libraries available for audit under the user account. This operation is irreversible. To archive rule libraries, use the DownloadAuditNote API to save them before deletion. |
| DeleteAuditTerms | Delete the specified dictionary record | Deletes specified term records. |
| DeleteCustomText | Delete custom text | Deletes a custom text. |
| DeleteCustomTopicByTopic | Delete custom hot spot management event | Delete a custom hot spot event by topic name. |
| DeleteCustomTopicViewPointById | Delete Custom Topic Perspective | Deletes a custom topic viewpoint by its ID. |
| DeleteDataPermissions | DeleteDataPermissions | Batch delete dataset permissions |
| DeleteDataset | Data Source - Delete | Deletes a dataset from the data source. |
| DeleteDatasetDocument | Data Source - Delete Dataset Document | Delete source documents. |
| DeleteDocs | Batch delete documents | Deletes multiple documents. |
| DeleteFactAuditUrl | Delete Factuality Review URL | Deletes the specified URL used for factuality audit. |
| DeleteGeneralConfig | General Configuration - Delete | Deletes general configurations. |
| DeleteGeneratedContent | Delete Document | Deletes an article created in MiaoBi. |
| DeleteInterveneRule | Delete intervention rules | Deletes an intervention rule. |
| DeleteMaterialById | Delete Material | Deletes a material from the material library. |
| DeletePptArtifact | Delete a PPT work | Delete a PPT work |
| DeleteStyleLearningResult | Delete Custom writing style | Deletes a specified custom style. |
| DocumentExtraction | Document fetch | Extracts the content of documents from URLs. |
| DownloadAuditNote | Download Rule Library | Call this API to download the structured rule library for further processing. You can use this API to download either the structured rule library before post-processing or the structured rule library currently available for auditing. For specific usage, see the input parameter descriptions. |
| DownloadBiddingDoc | Download Bid Document File | API for downloading bidding documents |
| EditAuditTerms | Edit a custom dictionary record | Edit custom audit term records. |
| EditBiddingDoc | Edit tender document content | Edits the content of a bidding document. |
| ExportAnalysisTagDetailByTaskId | Export label mining results | Exports the tag details for a specified enterprise VOC analysis task. |
| ExportAuditContentResult | Export automated review report | Exports an automated review report. |
| ExportCustomSourceAnalysisTask | Export Custom Source – Topic Analysis Job Result | Exports custom data source topic perspective analysis task results. |
| ExportGeneratedContent | Export Document | Exports the history of articles created in MiaoBi. |
| ExportHotTopicPlanningProposals | Export topic planning document | Exports topic planning documents and provides a publicly accessible URL that expires in one hour. |
| ExportIntervenes | Export intervention item content | Exports all interventions. |
| ExportPptArtifact | Export PPT work | Exports a PPT artifact. |
| FeedbackDialogue | Submit Conversation Feedback | Provides feedback on the quality of the content that the model generates. |
| FetchExportTermsTask | Obtain the result of a vocabulary export job | Retrieves the results of a term library export task. |
| FetchExportWordTask | Obtain the result of a document export job | Fetches the result of an asynchronous document export task. |
| FetchImageTask | Retrieve Image Job Execution Result | Retrieve the results of image generation tasks. |
| FetchImportTermsTask | Obtain the result of the import dictionary job | Retrieves the result of a term import task. |
| GenerateExportWordTask | Generate a job to export a document | Start a task to export content as a Word document. |
| GenerateFileUrlByKey | Generate File URL | Generate a temporary public URL. |
| GenerateImageTask | Generate Intelligent Image Generation Job | Asynchronously generates an image from text. |
| GenerateUploadConfig | Generate upload configuration | Generates a file upload configuration. 1\. Call this API to obtain the upload configuration. The API returns the `PostUrl` (an internal OSS address for AI Writing Assistant), temporary OSS authentication information (`key`, `OSSAccessKeyId`, `Signature`, and `policy`), and the unique file identifier `fileKey`. 2\. The client uses the `PostUrl` and the temporary authentication information (`key`, `OSSAccessKeyId`, `Signature`, and `policy`) to upload the file. 3\. Use the `fileKey` to call subsequent APIs that require a `fileKey`, such as `GenerateFileUrlByKey`. |
| GenerateViewPoint | Generate topic perspectives | Generates viewpoints from article snippets. |
| GetAuditNotePostProcessingStatus | Retrieve the post-processing progress of the rule library | Queries the progress of a post-processing task for a rule library. Use this operation together with the ConfirmAndPostProcessAuditNote operation to check the status of the current post-processing task. |
| GetAuditNoteProcessingStatus | Query the upload status of a rule library | Checks the processing status of an uploaded rule library. This operation returns the current status of the upload task, the size of the parsed rule library file, and its storage path. |
| GetAutoClipsTaskInfo | Obtain video editing Job information | Retrieves the status of a video editing task. |
| GetAvailableAuditNotes | Query active rule libraries | Query the rule libraries that are currently available for audit. This operation returns only rule libraries that are active for auditing. To view the contents of a custom rule library, use the DownloadAuditNote API. |
| GetBiddingDocInfo | Obtain Bid Writing Result | Retrieves the generation results of a bidding document. |
| GetBiddingRemainLimitNum | Obtain the remaining quota for tender document writing | Retrieve the remaining limit for the bidding feature. |
| GetCategoriesByTaskId | Retrieve categorization list by job ID | Retrieves the classifications from a tag mining task. |
| GetClipsBuildInResource | Retrieve Intelligent Video Editing built-in resources | Retrieves the built-in resources for smart clipping. |
| GetCustomHotTopicBroadcastJob | Retrieve Custom Broadcast Job Result | Retrieves the result of a custom hot topic broadcast job. |
| GetCustomSourceTopicAnalysisTask | Retrieve Custom Source Topic Analysis Job Result | Retrieves the results of a topic analysis task for a custom data source. |
| GetCustomText | Retrieve custom text | Retrieve custom text. |
| GetCustomTopicSelectionPerspectiveAnalysisTask | Obtain Custom Viewpoints Analysis Job Result | Retrieve the result of a custom topic selection perspective analysis task. |
| GetDataSourceOrderConfig | Obtain data source configuration weight data | Retrieves configuration information for write data sources and general search data sources. |
| GetDataset | Data Source - Details | Data source management details. |
| GetDatasetDocument | Data Source - Retrieve Document Details | Retrieve the data source document. |
| GetDeepWriteTask | Query depth writing job | Queries deep writing tasks. You can use it to check the running status of a specific task. |
| GetDeepWriteTaskResult | Query the result of a depth writing Job | Queries the result of a deep writing task. If the task is not complete, the operation returns its current status—such as queued, running, failed, or canceled. If the task is complete, the operation returns a URL that points to a compressed package of the task output that you can download. |
| GetDocClusterTask | Obtain content aggregation job result | Retrieves the result of a content aggregation task. |
| GetDocInfo | Retrieve document information | Retrieves information about a document. |
| GetEnterpriseVocAnalysisTask | Retrieve Enterprise VOC Mining Job Result | Retrieves the result of an enterprise Voice of the Customer (VOC) analysis task. |
| GetFactAuditUrl | Retrieve Factuality Review URLs | Retrieves the source URL that is currently used for factuality audit. |
| GetFileContentLength | Get Document Length | MiaoRead calculates the word count for a document. |
| GetGeneralConfig | General Configuration - Details | Queries general configurations. |
| GetGeneratedContent | Retrieve document | Get generated content. Queries the history of articles generated in MiaoBi. |
| GetHotTopicBroadcast | query full broadcast list (hot list) | Query news broadcast orders. |
| GetInterveneGlobalReply | Obtain global intervention reply content | Retrieve the global intervention reply. |
| GetInterveneImportTaskInfo | Obtain the import job information for an intervention project | Gets information about an import task. |
| GetInterveneRuleDetail | Obtain details of an intervention rule | Retrieves the details of an intervention rule. |
| GetInterveneTemplateFileUrl | Obtain the URL of the intervention import template file | Retrieves the download URL for the intervention import template. |
| GetMaterialById | Retrieve Material | Retrieves detailed information about a material from the Material Library. |
| GetPptArtifact | GetPptArtifact | Queries information about a PPT artifact. |
| GetPptArtifactExportResult | Query the result of a PPT export task | Retrieves the result of a PPT export task. |
| GetPptConfig | Obtain PPT widget configuration | Retrieves the configuration of a PPT component. |
| GetPptInfo | GetPptInfo | Gets information about a PPT task. |
| GetPptTemplateSelector | Query PPT template filter | Retrieves the filters for PowerPoint (PPT) templates. |
| GetProperties | Retrieve Configuration Information | Retrieves configuration information, such as intelligent configuration styles and inference-related metadata configurations. |
| GetSmartAuditResult | Query Intelligent Review Result | Queries the result of an automated review. |
| GetSmartClipTask | Get Intelligent Video Editing Job Result | Queries a one-click video editing task. |
| GetStyleLearningResult | Retrieve Style Learning Analysis Result | Retrieves the analysis result of a style learning task. |
| GetTopicById | Retrieve hot spot object | Retrieve hot topic event information by ID. |
| GetTopicSelectionPerspectiveAnalysisTask | Obtain Job Result of Subject Perspective Analysis | Retrieves the result of a topic selection perspective analysis task. |
| ImportInterveneFile | Synchronize and import an intervention item file | Imports an intervention file. |
| ImportInterveneFileAsync | Asynchronously import an intervention item file | Asynchronously import an intervention file. |
| InitiatePptCreation | Initialize a session for PPT creation | Important: This is a billable API operation. This API performs two operations: 1\. Returns the initialization code for the "PPT Generation" frontend component. 2\. Performs billing. |
| InitiatePptCreationV2 | InitiatePptCreationV2 | Starts a task to create a presentation. |
| InsertInterveneGlobalReply | Insert global intervention response item | Sets global intervention replies. |
| InsertInterveneRule | Insert intervention rule | Insert an intervention rule. |
| ListAnalysisTagDetailByTaskId | Retrieve Tag Analysis Details List by Job ID | Retrieves a paginated list of details for an enterprise Voice of the Customer (VOC) analysis task. |
| ListAsyncTasks | Retrieve asynchronous task list | Retrieves a list of asynchronous tasks. |
| ListAuditContentErrorTypes | Obtain the review dimension list | Retrieves a list of audit dimensions. |
| ListAuditTerms | Retrieve custom dictionary records | Retrieve a list of term libraries. |
| ListAutoClipsTask | ListAutoClipsTask | Lists smart video editing tasks. |
| ListBiddingDoc | List Bid Writing Jobs | Retrieves the list of bidding document writing tasks. |
| ListBuildConfigs | Retrieve system custom presets | Retrieves the system-defined presets for the Generate Content workflow. These presets include options such as writing style, article length, output language, and the number of articles to generate. |
| ListCustomText | Retrieve the Custom Text List | Retrieve a list of custom texts. |
| ListCustomViewPoints | Retrieve Custom Viewpoint List | Lists custom viewpoints. |
| ListDataPermissions | ListDataPermissions | Permission to list datasets |
| ListDatasetDocuments | Data Source - Document List | Lists data source documents. |
| ListDatasets | Data Source - List | Data source management - query |
| ListDialogues | Generation History List | History of online inference scenarios. |
| ListDocs | List Documents | Miàodú retrieves the list of documents. |
| ListDocumentRetrieve | Official Document Repository Search | Searches government document libraries based on complex conditions. |
| ListEnterprisePptTemplates | ListEnterprisePptTemplates | Lists the enterprise-specific PPT templates. |
| ListFreshViewPoints | Retrieve a list of novel perspectives | List of novel perspectives. |
| ListGeneralConfigs | Common Configuration - List | Lists the general configurations. |
| ListGeneratedContents | Retrieve document list | Retrieve a list of documents: Query the history of articles created in MiaoBi. |
| ListHotNewsWithType | Retrieve a list of hot spot topics | Retrieves a list of trending news topics. |
| ListHotSources | Retrieve the list of third-party trending sources | Retrieve the list of hot ranking sources for all platforms. |
| ListHotTopics | Retrieve hot spot topic list | Retrieve the hot spot topic list. |
| ListHotViewPoints | Retrieve Hot Perspectives List | List of popular viewpoints. |
| ListInterveneCnt | Obtain the quantity of all intervention items | Lists the number of intervention projects. |
| ListInterveneImportTasks | List import jobs for intervention items | Retrieve a list of import tasks. |
| ListInterveneRules | List intervention rules | Retrieves a list of intervention rules. |
| ListIntervenes | List intervention items | Retrieves the list of intervention items. |
| ListMaterialDocuments | Retrieve Material List | Retrieve the list of materials from the Material Library. |
| ListPlanningProposal | Retrieve topic planning list | Retrieves a list of planning proposals. |
| ListPptArtifacts | ListPptArtifacts | Queries a list of PPT artifacts. |
| ListPptTemplates | Query PPT template list | Queries a list of PowerPoint templates. |
| ListSearchTaskDialogueDatas | Query the data list in the details of a search-generated Job | Lists the dialogue data for a search generation task. |
| ListSearchTaskDialogues | Query the list of MiaoSousuo search generation job details | Retrieves the task details for MiaoSou search generation tasks. |
| ListSearchTasks | Query the History Job List of Miaosou Search and Generation | Queries the list of historical tasks generated by Miaosou Search. |
| ListStyleLearningResult | Retrieve the list of style learning analysis results | Retrieves the list of style learning analysis results. |
| ListTimedViewAttitude | Retrieve Timeliness Perspective List | List of timeliness perspectives. |
| ListTopicRecommendEventList | Retrieve the list of hot spot recommendation management events | Retrieve hot spot recommendation events. |
| ListTopicViewPointRecommendEventList | Retrieve the list of recommended viewpoints for hot spot events | Retrieves recommended viewpoints for hot spot events. |
| ListVersions | Obtain version information | Retrieve version information for your purchased services. |
| ListWebReviewPoints | Retrieve the list of netizen perspectives | List of viewpoints from netizens. |
| ListWritingStyles | Retrieve the list of writing styles | Retrieves the list of writing styles. |
| QueryAsyncTask | Query asynchronous task details | Queries the details of submitted asynchronous task executions. |
| QueryAuditTask | Query review result | Queries the results of an audit task. |
| QueryVideoAuditResult | QueryVideoAuditResult | Queries video audit results. |
| RunAbbreviationContent | Content Abbreviation | Abbreviates the specified content. |
| RunAiHelperWriting | AI Writing Assistant | MiaoBi: AI-assisted writing |
| RunBookBrainmap | Book Mind Map | Miaodu generates mind maps of books. |
| RunBookIntroduction | Book Introduction (Extract Book Selling Points / Book Summary) | Extracts a summary, structured selling points, and hotwords from a book. |
| RunBookSmartCard | Intelligent Book Card | A smart card interface for books. |
| RunCommentGeneration | Customer Voice Prediction | Predicts user comments for a specified article. |
| RunContinueContent | Content Completion | Continues generating content. |
| RunCustomHotTopicAnalysis | Custom Hot Spot Topic Analysis | Analyzes custom hot topics. |
| RunCustomHotTopicViewPointAnalysis | Custom Subject Perspective Analysis | Perspective analysis of custom topics. |
| RunDeepWriting | Query deep writing management events | Queries deep writing events. The system returns detailed information about the task execution as a stream of Server-Sent Events (SSE). |
| RunDocBrainmap | Full-text mind map | Generate a three-level, multilingual mind map from an article or a book, with control over the number of second-level nodes and the word count of leaf nodes. |
| RunDocIntroduction | Document Summary | Generates a summary for an article, video, or URL, including a full-text summary, key points, and a chapter overview (i.e., segmented content with summaries and abstracts for each segment). It also supports multilingual input and output. If the user only requires a full-text summary of an article, they can use the RunDocSummary API. For details, see https://help.aliyun.com/zh/model-studio/api-aimiaobi-2023-08-01-rundocsummary. |
| RunDocQa | Document Q&A (Article Q&A / Multimodal File Q&A) | Article Q&A: For a natural language query, provide a textual answer within the specified article scope (accompanied by images if available) and display source attribution information. Multimodal File Q&A: For a natural language query, provide a textual answer within the specified multimodal file scope, along with relevant images, video segments, or text, and display source attribution information. |
| RunDocSmartCard | Document Mind Card | Automatically adds tags to selected text or a specified chat and generates a smart card note. |
| RunDocSummary | Document summary | Generates a summary of an article, video, or URL—that is, a concise overview of the entire content. It also supports multilingual input and output. |
| RunDocTranslation | Document Translation | An API for document translation between English and Chinese. |
| RunDocWashing | Rewrite | Rewrites an article in a specified style. |
| RunExpandContent | Content Expansion | Expands content. |
| RunGenerateQuestions | Questions You Might Want to Ask | Submits a query and returns several related queries. |
| RunHotword | Extract Keywords | Extract keywords from a specified document. Keywords are domain-specific professional terms or concepts that represent and identify a particular industry or field. They accurately describe and summarize the core content, key people, major events, or technical terms in that domain. |
| RunKeywordsExtractionGeneration | Keyword Extraction | Extracts and generates keywords using AMB. |
| RunMultiDocIntroduction | Multi-document aggregation summary | Generate an outline-style summary for multiple documents, videos, or URLs. The summary includes a consolidated overview and key points. This operation supports multiple input and output languages. |
| RunPptOutlineGeneration | Generate PPT outline content | Generates a PowerPoint outline. |
| RunQuickWriting | Quick Writing | Enter writing instructions to quickly generate content. |
| RunSearchGeneration | MiaoSou - Intelligent Search | AI Miaosou – Intelligent Search Generation: This API delivers the search and generation capabilities of the Miaosou homepage. It supports general search and media asset search, along with features such as user query clarification, multimodal knowledge search, and multi-agent generation. – General Search: Performs semantic retrieval on centralized knowledge data and applies multi-agent post-processing to the results, such as summary generation, abstracting, and timeline summarization. – Media Asset Search: Conducts an exhaustive full-text search to retrieve highly relevant knowledge and supports multi-agent post-processing, such as clustering and news extraction. |
| RunSearchSimilarArticles | MiaoSou - Text Search | Miao Search enables text-to-text search. |
| RunStepByStepWriting | Step-by-step writing | Writes content in a step-by-step pattern using an outline and summaries. |
| RunStyleFeatureAnalysis | Content Characteristics Analysis | Analyzes the stylistic features of content. |
| RunSummaryGenerate | Summary Generation | Generates a summary of content. |
| RunTextPolishing | Polish | Polishes the specified text. |
| RunTitleGeneration | Title Generation | Miaobi generates titles. |
| RunTopicSelectionMerge | Topic Hot Spot Fusion | Selects and aggregates topics for MiaoCe. |
| RunTranslateGeneration | Chinese-English Translation | Translates text for content creation using AMB. |
| RunVideoScriptGenerate | AI-generated video editing script | Generates video clip scripts using AI. |
| RunWriteToneGeneration | Writing Style Rewriting | Calls AMB to rewrite text in a new tone. |
| RunWriting | Direct Writing | Direct writing. |
| RunWritingV2 | Intelligent Writing | AI writing |
| SaveCustomText | Save custom text | Saves custom text. |
| SaveDataSourceOrderConfig | Save datasource weight configuration | Saves the data source configuration for content creation and general search. |
| SaveMaterialDocument | Save Material | Save material: Save material to the Material Library. |
| SaveOrUpdateOssConfig | Configuration - Cloud Storage - Parameter Settings | Configuration: Cloud storage parameter settings |
| SaveStyleLearningResult | Save the writing style learning analysis result | Saves a custom writing style. |
| SearchDatasetDocuments | data source - search document | Searches documents in a data source. |
| SearchNews | Information retrieval | Searches for news based on your input. This feature is currently limited to web search. |
| SubmitAsyncTask | Submit asynchronous Job | Executes predefined asynchronous tasks. |
| SubmitAuditNote | Submit Custom Rule Library | Model Studio provides the same feature as the Intelligent Proofreading module in Alibaba Cloud public cloud: uploading a custom rule library. Due to authentication restrictions, you must pass the file key (FileKey) of your custom rule library file as an input parameter to successfully call this API. After you call this API, Model Studio processes your custom rule library and returns a structured result in XLSX format. You can call GetAuditNoteProcessingStatus to check the processing status or call DownloadAuditNote to download the processed rule library. This API is under active development and will eventually accept a publicly accessible file URL instead of a FileKey. |
| SubmitAuditTask | Submit a review job | Submits an audit task. |
| SubmitCustomHotTopicBroadcastJob | Submit a custom broadcast job | You can submit a custom broadcast list job. |
| SubmitCustomSourceTopicAnalysis | Submit a topic selection analysis job from a Custom source | Submits a task to analyze hot topics from a custom data source. |
| SubmitCustomTopicSelectionPerspectiveAnalysisTask | Submit a Custom hot spot topic perspective Analysis Job | Submits a custom analysis task to analyze hot topic perspectives. |
| SubmitDeepWriteTask | Submit a depth writing job | You can submit a deep writing task. You can provide information such as questions, instructions, and attachments, based on the topic you want to research or analyze. The system schedules and executes this task in the background. |
| SubmitDocClusterTask | Submit a content aggregation job | Submits a content clustering task. |
| SubmitEnterpriseVocAnalysisTask | Submit an enterprise VOC analysis job | Submits a Voice of the Customer (VOC) asynchronous task. |
| SubmitExportTermsTask | Submit export term library job | Export task for a thesaurus |
| SubmitFactAuditUrl | Submit Factuality Review URL | MiaoBi provides a factuality audit capability that verifies facts using web search and supports custom configuration of search source URLs. |
| SubmitImportTermsTask | Submit a vocabulary import job | Submit a custom dictionary import task. |
| SubmitSmartAudit | Submit an Intelligent Review job | Submit a smart audit request. |
| SubmitSmartClipTask | Submit an Intelligent One-Click Video Editing Job | Submits a one-click video editing task. |
| SubmitTopicSelectionPerspectiveAnalysisTask | Submit a topic hot spot analysis job | Submits a hot spot analysis task for topic selection. |
| SubmitVideoAudit | SubmitVideoAudit | Submits a video for review. |
| UpdateCustomText | Update custom text | Updates custom text. |
| UpdateDataset | Data source – Modification | This operation updates a data source. |
| UpdateDatasetDocument | Data Source – Modify Document | Updates a document in a dataset. |
| UpdateGeneralConfig | General Configuration - Modify | Updates general configurations. |
| UpdateGeneratedContent | Update Document | Updates the history of an article created in AiMiaoBi. |
| UpdateMaterialDocument | Update Material | Update a material in the Material Library. |
| UploadBook | Book Upload | Use MiaoDu to upload books. |
| UploadDoc | Document Upload | Upload document API for Miaodu. |
| ValidateUploadTemplate | Validate VOC upload template | Validates an enterprise VOC upload template. |