'1.0', 'info' => ['style' => 'RPC', 'product' => 'AiMiaoBi', 'version' => '2023-08-01'], 'components' => [ 'schemas' => [ 'GenerateTraceability' => [ 'type' => 'object', 'properties' => [ 'News' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Url' => ['type' => 'string'], 'Title' => ['type' => 'string'], 'PubTime' => ['type' => 'string'], 'SearchSourceName' => ['type' => 'string'], 'SearchSource' => ['type' => 'string'], 'Index' => ['type' => 'integer', 'format' => 'int32'], ], ], ], ], ], 'HottopicNews' => [ 'type' => 'object', 'properties' => [ 'Title' => ['type' => 'string'], 'Content' => ['type' => 'string'], 'Url' => ['type' => 'string'], 'Comments' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Text' => ['type' => 'string'], ], ], ], ], ], 'OutlineSearchResult' => [ 'type' => 'object', 'properties' => [ 'Query' => ['type' => 'string'], 'Outline' => ['type' => 'string'], 'OutlineId' => ['type' => 'string'], 'PrimaryOutline' => ['type' => 'string'], 'Articles' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/OutlineWritingArticle'], ], ], ], 'OutlineWritingArticle' => [ 'type' => 'object', 'properties' => [ 'Url' => ['type' => 'string'], 'Title' => ['type' => 'string'], 'Content' => ['type' => 'string'], 'SearchSource' => ['type' => 'string'], 'SearchSourceName' => ['type' => 'string'], 'PubTime' => ['type' => 'string'], 'PrimaryOutline' => ['type' => 'string'], 'Outline' => ['type' => 'string'], ], ], 'TopicSelection' => [ 'type' => 'object', 'properties' => [ 'Point' => ['type' => 'string'], 'Summary' => ['type' => 'string'], 'Outlines' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Outline' => ['type' => 'string'], 'Summary' => ['type' => 'string'], ], ], ], ], ], 'WritingOutline' => [ 'type' => 'object', 'properties' => [ 'WritingTips' => ['type' => 'string'], 'OutlineId' => ['type' => 'string'], 'Outline' => ['type' => 'string'], 'SearchKeyWordList' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'WordCount' => ['type' => 'string'], 'Articles' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/OutlineWritingArticle'], ], 'Children' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/WritingOutline'], ], ], ], 'WritingStyleTemplateDefine' => [ 'type' => 'object', 'properties' => [ 'Fields' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/WritingStyleTemplateField'], ], 'Example' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Value' => ['type' => 'string'], 'Key' => ['type' => 'string'], ], ], ], ], ], 'WritingStyleTemplateField' => [ 'type' => 'object', 'properties' => [ 'MinItemLength' => ['type' => 'integer', 'format' => 'int32'], 'Max' => ['type' => 'number', 'format' => 'double'], 'MinLength' => ['type' => 'integer', 'format' => 'int32'], 'MaxLength' => ['type' => 'integer', 'format' => 'int32'], 'MaxItemLength' => ['type' => 'integer', 'format' => 'int32'], 'Name' => ['type' => 'string'], 'BuildIn' => ['type' => 'boolean'], 'Enums' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CascadingFields' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'Key' => ['type' => 'string'], 'Name' => ['type' => 'string'], ], ], ], 'Min' => ['type' => 'number', 'format' => 'double'], 'Required' => ['type' => 'boolean'], 'MaxItem' => ['type' => 'integer', 'format' => 'int32'], 'InitialValue' => ['type' => 'string'], 'CascadingFields' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/WritingStyleTemplateField'], ], 'Style' => [ 'type' => 'object', 'properties' => [ 'Placeholder' => ['type' => 'string'], 'Type' => ['type' => 'string'], 'ShowTime' => ['type' => 'boolean'], 'Suffix' => ['type' => 'string'], 'Description' => ['type' => 'string'], 'Format' => ['type' => 'string'], ], ], 'Key' => ['type' => 'string'], ], ], ], ], 'apis' => [ 'AddAuditTerms' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Keyword', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SuggestWord', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TermsDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExceptionWord', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'TermsName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AddDatasetDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Document', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'DocUuid' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'Summary' => ['type' => 'string', 'required' => false], 'Title' => ['type' => 'string', 'required' => false], 'PubTime' => ['type' => 'string', 'required' => false], 'SourceFrom' => ['type' => 'string', 'required' => false], 'MultimodalIndexName' => ['type' => 'string', 'required' => false], 'DisableHandleMultimodalMedia' => ['type' => 'boolean', 'required' => false], 'MultimodalMedias' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'MediaId' => ['type' => 'string', 'required' => false], 'MediaType' => ['type' => 'string', 'required' => false], 'FileUrl' => ['type' => 'string', 'required' => false], ], ], ], 'DocId' => ['type' => 'string', 'required' => false], 'DocType' => ['type' => 'string', 'required' => false], 'Extend1' => ['type' => 'string', 'required' => false], 'Extend2' => ['type' => 'string', 'required' => false], 'Extend3' => ['type' => 'string', 'required' => false], 'Metadata' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'VideoShots' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'StartTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'EndTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'Text' => ['type' => 'string', 'required' => false], ], ], ], 'AsrSentences' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'StartTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'EndTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'Text' => ['type' => 'string', 'required' => false], ], ], ], 'Text' => ['type' => 'string', 'required' => false], 'KeyValues' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Key' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'CategoryUuid' => ['type' => 'string', 'required' => false], 'Tags' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'AsyncCreateClipsTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VoiceStyle', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MusicUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ColorWords', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => false], 'TimelineIn' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'TimelineOut' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'X' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Y' => ['type' => 'number', 'format' => 'float', 'required' => false], 'FontSize' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'EffectColorStyle' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VoiceVolume', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MusicVolume', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SubtitleFontSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Height', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Width', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'CloseVoice', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CloseMusic', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CloseSubtitle', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CustomVoiceUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomVoiceVolume', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Stickers', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Url' => ['type' => 'string', 'required' => false], 'TimelineIn' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Duration' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'X' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Y' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Width' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Height' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'DyncFrames' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], ], [ 'name' => 'CustomVoiceStyle', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CosyVoiceAppKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CosyVoiceToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MusicStyle', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OpeningCreditsUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClosingCreditsUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HighDefSourceVideos', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'VideoId' => ['type' => 'string', 'required' => false], 'VideoName' => ['type' => 'string', 'required' => false], 'VideoUrl' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'Alignment', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'AdaptMode', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'TextWidth', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'AsyncCreateClipsTimeLine' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ProcessPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CustomContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NoRefVideo', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AdditionalContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RecommendAudio', 'in' => 'formData', 'schema' => ['type' => 'boolean'], ], [ 'name' => 'TimelineScene', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32'], ], [ 'name' => 'HighLightConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'properties' => [ 'HtPrompt' => ['type' => 'string'], 'HtHighQualityLabel' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'HtLowQualityLabel' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'HtMinTimeLength' => ['type' => 'integer', 'format' => 'int32'], 'HtMaxTimeLength' => ['type' => 'integer', 'format' => 'int32'], 'HtSingleShotLen' => ['type' => 'integer', 'format' => 'int32'], 'HtAnalyzeRhythm' => ['type' => 'boolean'], ], ], ], ], ], 'AsyncEditTimeline' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Timelines', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Clips' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'OutEx' => ['type' => 'number', 'format' => 'float', 'required' => false], 'ClipId' => ['type' => 'string', 'required' => false], 'VideoId' => ['type' => 'string', 'required' => false], 'VideoName' => ['type' => 'string', 'required' => false], 'In' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'ContentInner' => ['type' => 'string', 'required' => false], 'InEx' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Out' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'TimelineId' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AutoClips', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'AsyncUploadTenderDoc' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TenderDocName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AsyncUploadVideo' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'SourceVideos', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'VideoName' => ['type' => 'string', 'required' => true], 'VideoUrl' => ['type' => 'string', 'required' => true], 'VideoExtraInfo' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'AnlysisPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReferenceVideo', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'VideoName' => ['type' => 'string', 'required' => false], 'VideoUrl' => ['type' => 'string', 'required' => false], 'VideoExtraInfo' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'SplitInterval', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'VideoRoles', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'RoleName' => ['type' => 'string', 'required' => false], 'RoleInfo' => ['type' => 'string', 'required' => false], 'RoleUrls' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'RoleFileName' => ['type' => 'string', 'required' => false], 'RoleFileUrl' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], [ 'name' => 'FaceIdentitySimilarityMinScore', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'double', 'required' => false], ], [ 'name' => 'VideoShotFaceIdentityCount', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'RemoveSubtitle', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'TaskName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AdaptiveThreshold', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], ], ], 'AsyncWritingBiddingDoc' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CompanyKeyword', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'BindPptArtifact' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ArtifactId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'CancelAsyncTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CancelAuditTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ContentAuditTaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ArticleId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CancelDeepWriteTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ClearIntervenes' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ConfirmAndPostProcessAuditNote' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateDataPermissions' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DataType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DataId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PermissionUserInfos', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'PermissionUserId' => ['type' => 'string', 'required' => true], 'PermissionUsername' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'CreateDataset' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetDescription', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchDatasetEnable', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'DatasetConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SearchSourceConfigs' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'DemoQuery' => ['type' => 'string', 'required' => false], 'Size' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SearchSourceRequestConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Url' => ['type' => 'string', 'required' => false], 'Method' => ['type' => 'string', 'required' => false], 'ConnectTimeout' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SocketTimeout' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Headers' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'ValueType' => ['type' => 'string', 'required' => false], 'ValueFormat' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'string', 'required' => false], ], ], ], 'Params' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'ValueType' => ['type' => 'string', 'required' => false], 'ValueFormat' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'string', 'required' => false], ], ], ], 'PathParamsEnable' => ['type' => 'boolean', 'required' => false], 'Body' => ['type' => 'string', 'required' => false], ], ], 'SearchSourceResponseConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'JqNodes' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Key' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], 'Path' => ['type' => 'string', 'required' => false], 'JqNodes' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Key' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], 'Path' => ['type' => 'string', 'required' => false], 'JqNodes' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Key' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], 'Path' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'SearchSourceConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TagSearchEnable' => ['type' => 'boolean', 'required' => false], 'TagGenerateEnable' => ['type' => 'boolean', 'required' => false], 'MetadataKeyValueSearchEnable' => ['type' => 'boolean', 'required' => false], 'MetadataKeyValueGenerateEnable' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], [ 'name' => 'DocumentHandleConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'DisableHandleMultimodalMedia' => ['type' => 'boolean', 'required' => false], ], ], ], [ 'name' => 'InvokeType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AccessLevel', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'CreateGeneralConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ConfigKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ConfigValue', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateGeneratedContent' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 6, 'maxLength' => 64], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 2, 'maxLength' => 200], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ContentDomain', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['media', 'government', 'hottopic', 'custom', 'office', 'market'], ], ], [ 'name' => 'ContentText', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Uuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keywords', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'CreateToken' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteAuditNote' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NoteId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteAuditTerms' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'IdList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], 'DeleteCustomText' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'CommodityCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteCustomTopicByTopic' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteCustomTopicViewPointById' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CustomViewPointId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteDataPermissions' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Ids', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], 'DeleteDataset' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeleteDatasetDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteDocs' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => true], ], ], ], ], 'DeleteFactAuditUrl' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Url', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteGeneralConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ConfigKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteGeneratedContent' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteInterveneRule' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RuleId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DeleteMaterialById' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DeletePptArtifact' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PptArtifactId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'DeleteStyleLearningResult' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'DocumentExtraction' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Urls', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'DownloadAuditNote' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NoteId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DownloadBiddingDoc' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'EditAuditTerms' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Keyword', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SuggestWord', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TermsDesc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExceptionWord', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'EditBiddingDoc' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentFormat', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ExportAnalysisTagDetailByTaskId' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Categories', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'ExportAuditContentResult' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ExportCustomSourceAnalysisTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ExportType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ExportGeneratedContent' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'ExportHotTopicPlanningProposals' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ExportType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Titles', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'ViewPointType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomViewPointIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ExportIntervenes' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ExportPptArtifact' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'PptArtifactId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'ExportFileType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['ppt', 'png', 'jpeg', 'pdf'], ], ], [ 'name' => 'Edit', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Zip', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'FeedbackDialogue' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Rating', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RatingTags', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'ModifiedResponse', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomerResponse', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GoodText', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'FetchExportTermsTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'FetchExportWordTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'FetchImageTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskIdList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'ArticleTaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'FetchImportTermsTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'FetchParseDocumentLayoutTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GenerateExportWordTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'GeneratedContentId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'GenerateFileUrlByKey' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GenerateImageTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ParagraphList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => true], 'Id' => ['type' => 'integer', 'format' => 'int64', 'required' => true], 'TaskId' => ['type' => 'string', 'required' => false], 'TaskStatus' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'Style', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ArticleTaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GenerateUploadConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ParentDir', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['materialDocument', 'intervenes', 'temp', 'imageGenerate', 'datasetUpload', 'deepWrite'], ], ], ], ], 'GenerateViewPoint' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReferenceData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'MiniDoc' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'GetAuditNotePostProcessingStatus' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetAuditNoteProcessingStatus' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetAutoClipsTaskInfo' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ShowResourceInfo', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ShowAnalysisResults', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'GetAvailableAuditNotes' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NoteId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetBiddingDocInfo' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetBiddingRemainLimitNum' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ApiName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetCategoriesByTaskId' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetClipsBuildInResource' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResourceType', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'GetCustomHotTopicBroadcastJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetCustomSourceTopicAnalysisTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetCustomText' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'CommodityCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetCustomTopicSelectionPerspectiveAnalysisTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetDataSourceOrderConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ProductCode', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['miaobi', 'miaosou'], ], ], [ 'name' => 'GenerateTechnology', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetDataset' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 3, 'maxLength' => 30], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetDatasetDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IncludeFields', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'GetDeepWriteTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetDeepWriteTaskResult' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetDocClusterTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetDocInfo' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CategoryId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetEnterpriseVocAnalysisTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetFactAuditUrl' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetFileContentLength' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetGeneralConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ConfigKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetGeneratedContent' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'GetHotTopicBroadcast' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'HotTopicVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Topics', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'CalcTotalToken', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Category', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StepForNewsBroadcastContentConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Categories' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'CustomHotValueWeights' => [ 'type' => 'array', 'deprecated' => true, 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Dimension' => ['type' => 'string', 'required' => false], 'Weight' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'TopicCount' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], [ 'name' => 'StepForCustomSummaryStyleConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SummaryImageCount' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SummaryModel' => ['type' => 'string', 'required' => false], 'SummaryPrompt' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Locations', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'LocationQuery', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetInterveneGlobalReply' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetInterveneImportTaskInfo' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetInterveneRuleDetail' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RuleId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetInterveneTemplateFileUrl' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetMaterialById' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'GetPptArtifact' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PptArtifactId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'GetPptArtifactExportResult' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ExportTaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetPptConfig' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'GetPptInfo' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetPptTemplateSelector' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetProperties' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetSmartAuditResult' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetSmartClipTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetStyleLearningResult' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], 'GetTopicById' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetTopicSelectionPerspectiveAnalysisTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ImportInterveneFile' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ImportInterveneFileAsync' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'InitiatePptCreation' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Outline', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'InitiatePptCreationV2' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ProcessType', 'in' => 'formData', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['0', '1', '2', '3', '4'], ], ], [ 'name' => 'PptTemplateType', 'in' => 'formData', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['1', '2'], ], ], [ 'name' => 'PptTemplateId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PptTitle', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'Outline', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IsMobile', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'InsertInterveneGlobalReply' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReplyMessagList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Message' => ['type' => 'string', 'required' => false], 'ReplyType' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'InsertInterveneRule' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InterveneRuleConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AnswerConfig' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AnswerType' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], 'Namespace' => ['type' => 'string', 'required' => false], ], ], ], 'EffectConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'EffectType' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'EndTime' => ['type' => 'string', 'required' => false], 'StartTime' => ['type' => 'string', 'required' => false], ], ], 'InterveneConfigList' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Id' => ['type' => 'string', 'required' => false], 'OperationType' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Query' => ['type' => 'string', 'required' => false], ], ], ], 'InterveneType' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'NamespaceList' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'RuleId' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'RuleName' => ['type' => 'string', 'required' => false], ], ], ], ], ], 'ListAnalysisTagDetailByTaskId' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Categories', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListAsyncTasks' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskStatus', 'in' => 'formData', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['0', '1', '2', '3', '4', '5', '6'], ], ], [ 'name' => 'TaskStatusList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['0', '1', '2', '3', '4', '5', '6'], ], ], ], [ 'name' => 'TaskTypeList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'CreateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListAuditContentErrorTypes' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '2000'], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAuditTerms' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'TermsName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListAutoClipsTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskStatus', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'CreateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Skip', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListBiddingDoc' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskStatus', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'CreateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Skip', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListBuildConfigs' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Type', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['media', 'government', 'custom'], ], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListCustomText' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CommodityCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListCustomViewPoints' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Attitude', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Attitudes', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'CustomViewPointId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomViewPointIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'TopicId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListDataPermissions' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DataType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DataId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListDatasetDocuments' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'DocType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DatasetDescription', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IncludeFields', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'ExcludeFields', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'PageNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'CategoryUuids', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Tags', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Extend1', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Extend2', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Extend3', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DocUuids', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'DocIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'StartTime', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListDatasets' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'DatasetType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchDatasetEnable', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'IncludeConfig', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'DatasetDescription', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListDialogues' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 6, 'maxLength' => 64], ], [ 'name' => 'StartTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DialogueType', 'in' => 'formData', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['1', '2'], ], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListDocs' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Skip', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Statuses', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], [ 'name' => 'CategoryId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListDocumentRetrieve' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SubContentType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Region', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Source', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartDate', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndDate', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Office', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WordSize', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ElementScope', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SubjectClassify', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListEnterprisePptTemplates' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '10'], ], [ 'name' => 'Skip', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '10'], ], ], ], 'ListFreshViewPoints' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListGeneralConfigs' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListGeneratedContents' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentDomain', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => [], ], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'DataType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListHotNewsWithType' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NewsType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['society', 'person', 'government'], ], ], [ 'name' => 'NewsTypes', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListHotSources' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListHotTopics' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Topics', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'TopicVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TopicQuery', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TopicIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'WithNews', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'CustomField', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 255], ], [ 'name' => 'CreateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListHotViewPoints' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListInterveneCnt' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageIndex', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListInterveneImportTasks' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageIndex', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListInterveneRules' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageIndex', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListIntervenes' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RuleId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InterveneType', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageIndex', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListMaterialDocuments' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['html', 'plainText', 'image', 'pdf', 'word', 'excel', 'csv', 'jsonLine', 'video', 'text'], ], ], [ 'name' => 'DocTypeList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'string', 'required' => false, 'enum' => ['html', 'plainText', 'image', 'pdf', 'word', 'excel', 'csv', 'jsonLine'], ], ], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShareAttr', 'in' => 'formData', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['0', '1'], ], ], [ 'name' => 'Keywords', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'CreateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UpdateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UpdateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GeneratePublicUrl', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListPlanningProposal' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ViewPointType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Titles', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'CustomViewPointId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomViewPointIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TopicVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListPptArtifacts' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'ListPptTemplates' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'SceneId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'StyleId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ColourId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'CareerId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListSearchTaskDialogueDatas' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OriginalSessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MultimodalSearchType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchModel', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchModelDataValue', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IncludeContent', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListSearchTaskDialogues' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListSearchTasks' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DialogueTypes', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], [ 'name' => 'PageNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListStyleLearningResult' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Current', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Size', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListTimedViewAttitude' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListTopicRecommendEventList' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListTopicViewPointRecommendEventList' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListVersions' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ListWebReviewPoints' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], 'ListWritingStyles' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Scene', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MaxResults', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'QueryAsyncTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'QueryAuditTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ContentAuditTaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ArticleId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'QueryVideoAuditResult' => [ 'path' => '/quanmiao/aimiaobi/pop/videoAudit/queryVideoAuditResult', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RunAbbreviationContent' => [ 'path' => '/quanmiao/aimiaobi/runAbbreviationContent', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunAiHelperWriting' => [ 'path' => '/quanmiao/aimiaobi/runAiHelperWriting', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WritingScene', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WritingStyle', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PromptMode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DistributeWriting', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'WritingParams', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string'], ], ], ], ], 'RunBookBrainmap' => [ 'path' => '/miaodu/stream/runBookBrainmap', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CleanCache', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'NodeNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'WordNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ResponseFormat', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32'], ], ], ], 'RunBookIntroduction' => [ 'path' => '/miaodu/stream/runBookIntroduction', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SummaryPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'KeyPointPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CleanCache', 'in' => 'formData', 'schema' => ['type' => 'boolean'], ], ], ], 'RunBookSmartCard' => [ 'path' => '/miaodu/stream/runBookSmartCard', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RunCommentGeneration' => [ 'path' => '/quanmiao/aimiaobi/runCommentGeneration', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Length', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NumComments', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Style', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceMaterial', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AllowEmoji', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Type', 'in' => 'formData', 'style' => 'json', 'schema' => ['type' => 'object', 'required' => true], ], [ 'name' => 'Sentiment', 'in' => 'formData', 'style' => 'json', 'schema' => ['type' => 'object', 'required' => true], ], [ 'name' => 'LengthRange', 'in' => 'formData', 'style' => 'json', 'schema' => ['type' => 'object', 'required' => true], ], [ 'name' => 'ExtraInfo', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunContinueContent' => [ 'path' => '/quanmiao/aimiaobi/runContinueContent', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RunCustomHotTopicAnalysis' => [ 'path' => '/quanmiao/miaoce/runCustomHotTopicAnalysis', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AskUser', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserBack', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ForceAnalysisExistsTopic', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunCustomHotTopicViewPointAnalysis' => [ 'path' => '/quanmiao/miaoce/runCustomHotTopicViewPointAnalysis', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AskUser', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserBack', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchQuery', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SkipAskUser', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'TopicId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TopicVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TopicSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunDeepWriting' => [ 'path' => '/pop/deepWrite/runDeepWriting', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Cursor', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'RunDocBrainmap' => [ 'path' => '/miaodu/stream/runDocBrainmap', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CleanCache', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'NodeNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'WordNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'referenceContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ResponseFormat', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32'], ], ], ], 'RunDocIntroduction' => [ 'path' => '/miaodu/stream/runDocIntroduction', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SummaryPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'KeyPointPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IntroductionPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CleanCache', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'referenceContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunDocQa' => [ 'path' => '/miaodu/stream/runDocQA', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SearchSource', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReferenceContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ConversationContexts', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => false], 'Role' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CategoryIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunDocSmartCard' => [ 'path' => '/miaodu/stream/runDocSmartCard', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunDocSummary' => [ 'path' => '/miaodu/stream/runDocSummary', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RecommendContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CleanCache', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunDocTranslation' => [ 'path' => '/miaodu/stream/runDocTranslation', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TransType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RecommendContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CleanCache', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunDocWashing' => [ 'path' => '/quanmiao/aimiaobi/runDocWashing', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WritingTypeName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WritingTypeRefDoc', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ReferenceContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WordNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunExpandContent' => [ 'path' => '/quanmiao/aimiaobi/runExpandContent', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunGenerateQuestions' => [ 'path' => '/miaodu/stream/runGenerateQuestions', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ReferenceContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunHotword' => [ 'path' => '/miaodu/stream/runHotword', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ReferenceContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunKeywordsExtractionGeneration' => [ 'path' => '/quanmiao/aimiaobi/runKeywordsExtractionGeneration', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReferenceData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Contents' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => true], ], ], ], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunMultiDocIntroduction' => [ 'path' => '/miaodu/stream/runMultiDocIntroduction', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SummaryPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'KeyPointPrompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunPptOutlineGeneration' => [ 'path' => '/pop/ppt/runPptOutlineGeneration', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ExternalUserId', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'RunQuickWriting' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Articles', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Title' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SearchSources', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Code' => ['type' => 'string', 'required' => false], 'DatasetName' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'RunSearchGeneration' => [ 'path' => '/quanmiao/aimiaosou/runSearchGeneration', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OriginalSessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ChatConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'GenerateTechnology' => ['type' => 'string', 'required' => false], 'SearchParam' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'StartTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'EndTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'SearchSources' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Code' => ['type' => 'string', 'required' => false], 'DatasetName' => ['type' => 'string', 'required' => false], ], ], ], 'MultimodalSearchTypes' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'SearchTextMinScore' => ['type' => 'number', 'format' => 'double', 'required' => false], 'SearchImageMinScore' => ['type' => 'number', 'format' => 'double', 'required' => false], 'SearchVideoMinScore' => ['type' => 'number', 'format' => 'double', 'required' => false], 'SearchAudioMinScore' => ['type' => 'number', 'format' => 'double', 'required' => false], 'CategoryUuids' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Tags' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Extend1' => ['type' => 'string', 'required' => false], 'Extend2' => ['type' => 'string', 'required' => false], 'Extend3' => ['type' => 'string', 'required' => false], 'CreateTimeStart' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'CreateTimeEnd' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'DocIds' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'DocUuids' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], 'SearchModels' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'GenerateLevel' => ['type' => 'string', 'required' => false], 'EnableThinking' => ['type' => 'boolean', 'required' => false], 'ExcludeGenerateOptions' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'ModelCustomPromptTemplate' => ['type' => 'string', 'required' => false], 'ModelCustomVlPromptTemplate' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'AgentContext', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'BizContext' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'MultimodalMediaSelection' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SelectionType' => ['type' => 'string', 'required' => false], 'SessionId' => ['type' => 'string', 'required' => false], 'OriginalSessionId' => ['type' => 'string', 'required' => false], 'SearchModel' => ['type' => 'string', 'required' => false], 'SearchModelDataValue' => ['type' => 'string', 'required' => false], 'TextSearchResult' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SearchResult' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SearchSourceType' => ['type' => 'string', 'required' => false], 'SearchSource' => ['type' => 'string', 'required' => false], 'SearchSourceName' => ['type' => 'string', 'required' => false], 'PubTime' => ['type' => 'string', 'required' => false], 'Source' => ['type' => 'string', 'required' => false], 'Title' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], 'Summary' => ['type' => 'string', 'required' => false], 'DocUuid' => ['type' => 'string', 'required' => false], 'Score' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Chunks' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'DocId' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], 'SkipCurrentSupplement' => ['type' => 'boolean', 'required' => false], 'AskUser' => ['type' => 'string', 'required' => false], 'AskUserKeywords' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'UserBack' => ['type' => 'string', 'required' => false], 'UserBackKeywords' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'CurrentStep' => ['type' => 'string', 'required' => false], 'NextStep' => ['type' => 'string', 'required' => false], 'SupplementDataType' => ['type' => 'string', 'required' => false], 'SupplementEnable' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], [ 'name' => 'ModelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunSearchSimilarArticles' => [ 'path' => '/quanmiao/aimiaosou/runSearchSimilarArticles', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChatConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SearchParam' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SearchSources' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Code' => ['type' => 'string', 'required' => false], 'Name' => ['type' => 'string', 'required' => false], 'DatasetName' => ['type' => 'string', 'required' => false], ], ], ], 'CategoryUuids' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Tags' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Extend1' => ['type' => 'string', 'required' => false], 'Extend2' => ['type' => 'string', 'required' => false], 'Extend3' => ['type' => 'string', 'required' => false], 'CreateTimeStart' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'CreateTimeEnd' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'StartTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'EndTime' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'DocUuids' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'DocIds' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'DocTypes' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Url', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RunStepByStepWriting' => [ 'path' => '/quanmiao/miaobi/runStepByStepWriting', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OriginSessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WritingConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Domain' => [ 'type' => 'string', 'required' => false, 'enum' => ['media', 'government'], ], 'Keywords' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'PromptTag' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'NecessaryTips' => ['type' => 'string', 'required' => false], 'Position' => ['type' => 'string', 'required' => false], 'ReverseWords' => ['type' => 'string', 'required' => false], 'Theme' => ['type' => 'string', 'required' => false], ], ], 'Scene' => ['type' => 'string', 'required' => false], 'Step' => [ 'type' => 'string', 'required' => false, 'enum' => ['OutlineGenerate', 'MiniDocSummary', 'Writing'], ], 'Tags' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Keyword' => ['type' => 'string', 'required' => false], 'Tag' => ['type' => 'string', 'required' => false], ], ], ], 'UseSearch' => ['type' => 'boolean', 'required' => false], 'SummaryReturnType' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'ReferenceData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Articles' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Author' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'DocId' => ['type' => 'string', 'required' => false], 'DocUuid' => ['type' => 'string', 'required' => false], 'MediaUrl' => ['type' => 'string', 'required' => false], 'PubTime' => ['type' => 'string', 'required' => false], 'Source' => ['type' => 'string', 'required' => false], 'Summary' => ['type' => 'string', 'required' => false], 'Tag' => ['type' => 'string', 'required' => false], 'Title' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], ], ], ], 'MiniDoc' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Outlines' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Articles' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => false], 'Title' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], ], ], ], 'Outline' => ['type' => 'string', 'required' => false], ], ], ], 'Summarization' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], 'RunStyleFeatureAnalysis' => [ 'path' => '/quanmiao/aimiaobi/runStyleFeatureAnalysis', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Contents', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'MaterialIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], 'RunSummaryGenerate' => [ 'path' => '/quanmiao/aimiaobi/runSummaryGenerate', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunTextPolishing' => [ 'path' => '/quanmiao/aimiaobi/runTextPolishing', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OriginContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RunTitleGeneration' => [ 'path' => '/quanmiao/aimiaobi/runTitleGeneration', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReferenceData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Contents' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => true], ], ], ], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TitleCount', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DeduplicatedTitles', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'RunTopicSelectionMerge' => [ 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Topics', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['$ref' => '#/components/schemas/TopicSelection', 'required' => false], ], ], ], ], 'RunTranslateGeneration' => [ 'path' => '/quanmiao/aimiaobi/runTranslateGeneration', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReferenceData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Contents' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => true], ], ], ], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RunVideoScriptGenerate' => [ 'path' => '/miaobi/runVideoScriptGenerate', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UseSearch', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ScriptLength', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Language', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ScriptNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'RunWriteToneGeneration' => [ 'path' => '/quanmiao/aimiaobi/runWriteToneGeneration', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReferenceData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Contents' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => true], ], ], ], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RunWriting' => [ 'path' => '/quanmiao/aimiaobi/runWriting', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OriginSessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WritingConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Domain' => ['type' => 'string', 'required' => false], 'PromptTag' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'NecessaryTips' => ['type' => 'string', 'required' => false], 'Position' => ['type' => 'string', 'required' => false], 'ReverseWords' => ['type' => 'string', 'required' => false], 'Theme' => ['type' => 'string', 'required' => false], ], ], 'Tags' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Keyword' => ['type' => 'string', 'required' => false], 'Tag' => ['type' => 'string', 'required' => false], ], ], ], 'UseSearch' => ['type' => 'boolean', 'required' => false], ], ], ], [ 'name' => 'ReferenceData', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Articles' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Author' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'DocId' => ['type' => 'string', 'required' => false], 'DocUuid' => ['type' => 'string', 'required' => false], 'PubTime' => ['type' => 'string', 'required' => false], 'Source' => ['type' => 'string', 'required' => false], 'Summary' => ['type' => 'string', 'required' => false], 'Tag' => ['type' => 'string', 'required' => false], 'Title' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], ], 'RunWritingV2' => [ 'path' => '/quanmiao/aimiaobi/runWritingV2', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WritingScene', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WritingStyle', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DistributeWriting', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PromptMode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Step', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Articles', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Title' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], 'Source' => ['type' => 'string', 'required' => false], 'SearchSourceName' => ['type' => 'string', 'required' => false], 'PubTime' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'GcNumberSizeTag', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GcNumberSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Language', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keywords', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WritingParams', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string'], ], ], [ 'name' => 'Outlines', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Outline' => ['type' => 'string', 'required' => false], 'Articles' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Title' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], [ 'name' => 'Summarization', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Event' => ['type' => 'string', 'required' => false], 'Message' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'MiniDocs', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => false], 'Star' => ['type' => 'boolean', 'required' => false], 'Index' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'UseSearch', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'SearchSources', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Code' => ['type' => 'string', 'required' => false], 'Name' => ['type' => 'string', 'required' => false], 'DatasetName' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'OutlineList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/WritingOutline', 'required' => false], ], ], [ 'name' => 'SourceTraceMethod', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SaveCustomText' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CommodityCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SaveDataSourceOrderConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ProductCode', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['miaobi', 'miaosou'], ], ], [ 'name' => 'UserConfigDataSourceList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Code' => ['type' => 'string', 'required' => true], 'Name' => ['type' => 'string', 'required' => false], 'Number' => ['type' => 'integer', 'format' => 'int32', 'required' => true], 'Type' => ['type' => 'string', 'required' => true], 'Enable' => ['type' => 'boolean', 'required' => false], ], ], ], ], [ 'name' => 'GenerateTechnology', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SaveMaterialDocument' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['html', 'plainText', 'image', 'pdf', 'word', 'excel', 'csv', 'jsonLine'], ], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Author', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PubTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocKeywords', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Url', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrcFrom', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['UserUpload', 'IntellijSearch', 'HotViewPoint'], ], ], [ 'name' => 'TextContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HtmlContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShareAttr', 'in' => 'formData', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['0', '1'], ], ], [ 'name' => 'BothSavePrivateAndShare', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Summary', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SaveOrUpdateOssConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'BucketName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndPoint', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SaveStyleLearningResult' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'RewriteResult', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StyleName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AigcResult', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomTextIdList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], [ 'name' => 'AgentKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaterialIdList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], ], 'SearchDatasetDocuments' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IncludeContent', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Extend1', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CategoryUuids', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Tags', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Extend2', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Extend3', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateTimeStart', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CreateTimeEnd', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DocUuids', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'DocIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'SearchMode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocTypes', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'SearchNews' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SearchSources', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Query', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Page', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'IncludeContent', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'FilterNotNull', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'SubmitAsyncTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskParam', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskExecuteTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitAuditNote' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NoteId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitAuditTask' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ArticleId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HtmlContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitCustomHotTopicBroadcastJob' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'HotTopicBroadcastConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'StepForNewsBroadcastContentConfig' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Categories' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'CustomHotValueWeights' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Dimension' => ['type' => 'string', 'required' => false], 'DimensionName' => ['type' => 'string', 'required' => false], 'Weight' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'TopicCount' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'StepForCustomSummaryStyleConfig' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'SummaryImageCount' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SummaryModel' => ['type' => 'string', 'required' => false], 'SummaryPrompt' => ['type' => 'string', 'required' => false], ], ], ], ], ], [ 'name' => 'HotTopicVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Topics', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'SubmitCustomSourceTopicAnalysis' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FileUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxTopicSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'News', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Title' => ['type' => 'string', 'required' => false], 'Content' => ['type' => 'string', 'required' => false], 'Url' => ['type' => 'string', 'required' => false], 'Comments' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Text' => ['type' => 'string', 'required' => false], ], ], ], 'PubTime' => ['type' => 'string', 'required' => false], 'Source' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AnalysisTypes', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Topics', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Topic' => ['type' => 'string', 'required' => false], 'News' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/HottopicNews', 'required' => false], ], 'CustomField' => ['type' => 'string', 'required' => false, 'maxLength' => 255], 'TopicUrl' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'TopicsFileUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitCustomTopicSelectionPerspectiveAnalysisTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Documents', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Author' => ['type' => 'string', 'required' => false, 'maxLength' => 100], 'Content' => ['type' => 'string', 'required' => true, 'minLength' => 30, 'maxLength' => 3000], 'PubTime' => ['type' => 'string', 'required' => false, 'maxLength' => 19], 'Source' => ['type' => 'string', 'required' => false, 'maxLength' => 40], 'Summary' => ['type' => 'string', 'required' => false, 'maxLength' => 200], 'Title' => ['type' => 'string', 'required' => false, 'maxLength' => 100], 'Url' => ['type' => 'string', 'required' => false, 'maxLength' => 1024], ], ], 'maxItems' => 30, ], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 1000], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 2000], ], ], ], 'SubmitDeepWriteTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Input', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Instructions', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Files', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'FileKey' => ['type' => 'string', 'required' => false, 'maxLength' => 500], 'FileDescription' => ['type' => 'string', 'required' => false, 'maxLength' => 500], 'FileName' => ['type' => 'string', 'required' => false, 'maxLength' => 200], ], ], ], ], [ 'name' => 'AgentOrchestration', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'DataCollectorAgent' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], ], ], 'DataAnalystAgent' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'EnableSearch' => ['type' => 'boolean', 'required' => false], ], ], 'ReporterAgent' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'EnableCitation' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], ], ], 'SubmitDocClusterTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Documents', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Content' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 3000], 'DocId' => ['type' => 'string', 'required' => false], 'Title' => ['type' => 'string', 'required' => false, 'maxLength' => 100], ], ], 'minItems' => 2, 'maxItems' => 10000, ], ], [ 'name' => 'TopicCount', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100'], ], [ 'name' => 'TitleLength', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '200'], ], [ 'name' => 'SummaryLength', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '500'], ], ], ], 'SubmitEnterpriseVocAnalysisTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaterialType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ContentTags', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TagName' => ['type' => 'string', 'required' => false], 'TagValueDefinePrompt' => ['type' => 'string', 'required' => false], 'TagDefinePrompt' => ['type' => 'string', 'required' => false], 'TagTaskType' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'FilterTags', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TagName' => ['type' => 'string', 'required' => false], 'TagValueDefinePrompt' => ['type' => 'string', 'required' => false], 'TagDefinePrompt' => ['type' => 'string', 'required' => false], 'TagType' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'PositiveSample', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PositiveSampleFileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Contents', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Text' => ['type' => 'string', 'required' => false], 'ExtraInfo' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'ApiKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitExportTermsTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TermsName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitFactAuditUrl' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Url', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubmitImportTermsTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TermsName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitParseDocumentLayoutTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Content', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubmitSmartAudit' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Text', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SubCodes', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'imageUrls', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'url' => ['type' => 'string', 'required' => false], 'id' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'ImageUrlList', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Url' => ['type' => 'string', 'required' => false], 'Id' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'NoteId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TermsName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitSmartClipTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'InputConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'VideoIds' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Id' => ['type' => 'string', 'required' => true], ], ], ], 'Titles' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'BackgroundMusics' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Id' => ['type' => 'string', 'required' => true], ], ], ], 'Stickers' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'X' => ['type' => 'number', 'format' => 'double', 'required' => true], 'Y' => ['type' => 'number', 'format' => 'double', 'required' => true], 'Width' => ['type' => 'number', 'format' => 'double', 'required' => true], 'Height' => ['type' => 'number', 'format' => 'double', 'required' => true], 'StickerId' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'Type' => ['type' => 'string', 'required' => true], 'Id' => ['type' => 'string', 'required' => true], ], ], ], ], ], 'SpeechTexts' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'OutputConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'FileName' => ['type' => 'string', 'required' => false, 'pattern' => '.*\\{index\\}.*'], 'Width' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Height' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Count' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'MaxDuration' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SaveToGeneratedContent' => ['type' => 'boolean', 'required' => false], ], ], ], [ 'name' => 'EditingConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TitleConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'X' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Y' => ['type' => 'number', 'format' => 'float', 'required' => false], 'TimelineIn' => ['type' => 'number', 'format' => 'float', 'required' => false], 'TimelineOut' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Alignment' => ['type' => 'string', 'required' => false], ], ], 'MediaConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Volume' => ['type' => 'number', 'format' => 'double', 'required' => false], ], ], 'SpeechConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Volume' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Voice' => ['type' => 'string', 'required' => false], 'Style' => ['type' => 'string', 'required' => false], 'SpeechRate' => ['type' => 'number', 'format' => 'double', 'required' => false], 'AsrConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'X' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Y' => ['type' => 'number', 'format' => 'float', 'required' => false], 'Alignment' => ['type' => 'string', 'required' => false], 'Font' => ['type' => 'string', 'required' => false], 'FontColor' => ['type' => 'string', 'required' => false], 'FontSize' => ['type' => 'string', 'required' => false], 'Spacing' => ['type' => 'string', 'required' => false], ], ], ], ], 'BackgroundMusicConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Volume' => ['type' => 'number', 'format' => 'double', 'required' => false], 'Style' => ['type' => 'string', 'required' => false], ], ], ], ], ], [ 'name' => 'ExtendParam', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SubmitTopicSelectionPerspectiveAnalysisTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Documents', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Author' => ['type' => 'string', 'required' => false, 'maxLength' => 100], 'Comments' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Text' => ['type' => 'string', 'required' => false], 'Username' => ['type' => 'string', 'required' => false], ], ], ], 'Content' => ['type' => 'string', 'required' => true, 'minLength' => 30, 'maxLength' => 3000], 'PubTime' => ['type' => 'string', 'required' => false, 'maxLength' => 19], 'Source' => ['type' => 'string', 'required' => false, 'maxLength' => 40], 'Summary' => ['type' => 'string', 'required' => false, 'maxLength' => 200], 'Title' => ['type' => 'string', 'required' => false, 'maxLength' => 100], 'Url' => ['type' => 'string', 'required' => false, 'maxLength' => 1024], ], ], 'maxItems' => 30, ], ], [ 'name' => 'Topic', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 1000], ], [ 'name' => 'PerspectiveTypes', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'string', 'required' => false, 'enum' => ['TopicSummary', 'HotViewPoints', 'TimedViewPoints', 'WebReviewPoints', 'FreshViewPoints'], ], ], ], ], ], 'SubmitVideoAudit' => [ 'path' => '/quanmiao/aimiaobi/pop/videoAudit/submitVideoAudit', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Url', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SnapshotInterval', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'double', 'required' => false], ], [ 'name' => 'Ext', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateCustomText' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CommodityCode', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateDataset' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DatasetDescription', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 0, 'maxLength' => 30], ], [ 'name' => 'SearchDatasetEnable', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'DatasetConfig', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SearchSourceConfigs' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'DemoQuery' => ['type' => 'string', 'required' => false], 'Size' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SearchSourceRequestConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Url' => ['type' => 'string', 'required' => false], 'Method' => ['type' => 'string', 'required' => false], 'ConnectTimeout' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'SocketTimeout' => ['type' => 'integer', 'format' => 'int32', 'required' => false], 'Headers' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'ValueType' => ['type' => 'string', 'required' => false], 'ValueFormat' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'string', 'required' => false], ], ], ], 'Params' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Name' => ['type' => 'string', 'required' => false], 'ValueType' => ['type' => 'string', 'required' => false], 'ValueFormat' => ['type' => 'string', 'required' => false], 'Value' => ['type' => 'string', 'required' => false], ], ], ], 'PathParamsEnable' => ['type' => 'boolean', 'required' => false], 'Body' => ['type' => 'string', 'required' => false], ], ], 'SearchSourceResponseConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'JqNodes' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Key' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], 'Path' => ['type' => 'string', 'required' => false], 'JqNodes' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Key' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], 'Path' => ['type' => 'string', 'required' => false], 'JqNodes' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Key' => ['type' => 'string', 'required' => false], 'Type' => ['type' => 'string', 'required' => false], 'Path' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'SearchSourceConfig' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TagSearchEnable' => ['type' => 'boolean', 'required' => false], 'TagGenerateEnable' => ['type' => 'boolean', 'required' => false], 'MetadataKeyValueSearchEnable' => ['type' => 'boolean', 'required' => false], 'MetadataKeyValueGenerateEnable' => ['type' => 'boolean', 'required' => false], ], ], ], ], ], [ 'name' => 'AccessLevel', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], ], 'UpdateDatasetDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Document', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'DocUuid' => ['type' => 'string', 'required' => false], 'Title' => ['type' => 'string', 'required' => false], 'DocId' => ['type' => 'string', 'required' => false], 'CategoryUuid' => ['type' => 'string', 'required' => false], 'Tags' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'Extend1' => ['type' => 'string', 'required' => false], 'Extend2' => ['type' => 'string', 'required' => false], 'Extend3' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'DatasetId', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DatasetName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateGeneralConfig' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ConfigKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ConfigValue', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateGeneratedContent' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Prompt', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 2, 'maxLength' => 200], ], [ 'name' => 'Content', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContentText', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Keywords', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'UpdateMaterialDocument' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AgentKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'DocType', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['html', 'plainText', 'image', 'pdf', 'word', 'excel', 'csv', 'jsonLine'], ], ], [ 'name' => 'Title', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Author', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PubTime', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DocKeywords', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Url', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SrcFrom', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['UserUpload', 'IntellijSearch', 'HotViewPoint'], ], ], [ 'name' => 'TextContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'HtmlContent', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShareAttr', 'in' => 'formData', 'schema' => [ 'type' => 'integer', 'format' => 'int32', 'required' => false, 'enum' => ['0', '1'], ], ], [ 'name' => 'Summary', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UploadBook' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Docs', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'DocName' => ['type' => 'string', 'required' => false], 'FileUrl' => ['type' => 'string', 'required' => false], ], ], ], ], [ 'name' => 'CategoryId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UploadDoc' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Docs', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => true, 'properties' => [ 'DocName' => ['type' => 'string', 'required' => true], 'FileUrl' => ['type' => 'string', 'required' => true], ], ], ], ], [ 'name' => 'CategoryId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ValidateUploadTemplate' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TemplateType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileKey', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TaskType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], ], 'endpoints' => [ ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'aimiaobi.cn-beijing.aliyuncs.com', 'endpoint' => 'aimiaobi.cn-beijing.aliyuncs.com', 'vpc' => 'aimiaobi-vpc.cn-beijing.aliyuncs.com'], ], ];