diff options
| author | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
| commit | eccd5cd5a067f5659982685afdeea209b1888efb (patch) | |
| tree | 1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /data/iqs/2024-11-11/api-docs.php | |
| download | acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.tar.gz acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/iqs/2024-11-11/api-docs.php')
| -rw-r--r-- | data/iqs/2024-11-11/api-docs.php | 1371 |
1 files changed, 1371 insertions, 0 deletions
diff --git a/data/iqs/2024-11-11/api-docs.php b/data/iqs/2024-11-11/api-docs.php new file mode 100644 index 0000000..44a99b7 --- /dev/null +++ b/data/iqs/2024-11-11/api-docs.php @@ -0,0 +1,1371 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'IQS', + 'version' => '2024-11-11', + ], + 'components' => [ + 'schemas' => [ + 'AISearchQuery' => [ + 'type' => 'object', + 'properties' => [ + 'searchEngine' => [ + 'type' => 'string', + 'required' => false, + 'enum' => [ + 'quark', + 'bing', + 'baidu', + 'google', + ], + ], + 'searchPlan' => [ + 'type' => 'string', + 'required' => false, + 'enum' => [ + 'basic', + 'advanced', + ], + ], + 'query' => [ + 'type' => 'string', + 'required' => false, + ], + 'cardQuery' => [ + 'type' => 'string', + 'required' => false, + 'enum' => [ + 'active', + 'off', + ], + ], + 'page' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + 'sessionId' => [ + 'type' => 'string', + 'required' => false, + ], + 'card' => [ + 'type' => 'string', + 'required' => false, + ], + 'timeRange' => [ + 'type' => 'string', + 'required' => false, + 'enum' => [ + 'OneDay', + 'OneWeek', + 'OneMonth', + 'OneYear', + 'NoLimit', + ], + ], + ], + ], + 'GenericSearchResult' => [ + 'type' => 'object', + 'properties' => [ + 'pageItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/ScorePageItem', + ], + ], + 'requestId' => [ + 'type' => 'string', + ], + 'weiboItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/WeiboItem', + ], + ], + 'searchInformation' => [ + '$ref' => '#/components/schemas/SearchInformation', + ], + 'sceneItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/SceneItem', + ], + ], + 'queryContext' => [ + '$ref' => '#/components/schemas/QueryContext', + ], + ], + ], + 'GetIqsUsageResult' => [ + 'type' => 'object', + 'properties' => [ + 'records' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'date' => [ + 'type' => 'string', + ], + 'billingQps' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'totalCalls' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'valueAddedSummary' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'failedCalls' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'valueAddedAdvanced' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'subAccountId' => [ + 'type' => 'string', + ], + 'engineType' => [ + 'type' => 'string', + ], + 'ladderType' => [ + 'type' => 'string', + ], + 'api' => [ + 'type' => 'string', + ], + 'successCalls' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'mainAccountId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + 'GlobalPageItem' => [ + 'type' => 'object', + 'properties' => [ + 'snippet' => [ + 'type' => 'string', + ], + 'link' => [ + 'type' => 'string', + 'required' => true, + ], + 'title' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + 'GlobalQueryContext' => [ + 'type' => 'object', + 'properties' => [ + 'originalQuery' => [ + 'type' => 'object', + 'properties' => [ + 'query' => [ + 'type' => 'string', + ], + 'page' => [ + 'type' => 'string', + ], + 'timeRange' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + 'GlobalSceneItem' => [ + 'type' => 'object', + 'properties' => [ + 'detail' => [ + 'type' => 'string', + ], + 'type' => [ + 'type' => 'string', + ], + ], + ], + 'GlobalSearchInformation' => [ + 'type' => 'object', + 'properties' => [ + 'total' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + 'searchTime' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + ], + ], + 'GlobalSearchResult' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'type' => 'string', + ], + 'queryContext' => [ + '$ref' => '#/components/schemas/GlobalQueryContext', + ], + 'pageItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/GlobalPageItem', + ], + ], + 'sceneItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/GlobalSceneItem', + ], + ], + 'searchInformation' => [ + '$ref' => '#/components/schemas/GlobalSearchInformation', + ], + ], + ], + 'IncludeImage' => [ + 'type' => 'object', + 'properties' => [ + 'imageLink' => [ + 'type' => 'string', + 'required' => false, + ], + 'width' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + 'height' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + ], + 'LocationInfo' => [ + 'type' => 'object', + 'properties' => [ + 'ip' => [ + 'type' => 'string', + ], + 'city' => [ + 'type' => 'string', + ], + ], + ], + 'MultimodalOriginalQuery' => [ + 'type' => 'object', + 'properties' => [ + 'query' => [ + 'type' => 'string', + ], + ], + ], + 'MultimodalQueryContext' => [ + 'type' => 'object', + 'properties' => [ + 'originalQuery' => [ + '$ref' => '#/components/schemas/MultimodalOriginalQuery', + ], + ], + ], + 'MultimodalSearchBody' => [ + 'type' => 'object', + 'properties' => [ + 'query' => [ + 'type' => 'string', + ], + 'advancedParams' => [ + 'type' => 'object', + ], + ], + ], + 'MultimodalSearchOutput' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'type' => 'string', + ], + 'queryContext' => [ + '$ref' => '#/components/schemas/MultimodalQueryContext', + ], + 'searchInformation' => [ + '$ref' => '#/components/schemas/SearchInformation', + ], + 'imageItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/UnifiedImageItem', + ], + ], + ], + ], + 'QueryContext' => [ + 'type' => 'object', + 'properties' => [ + 'originalQuery' => [ + 'type' => 'object', + 'properties' => [ + 'query' => [ + 'type' => 'string', + ], + 'timeRange' => [ + 'type' => 'string', + ], + 'industry' => [ + 'type' => 'string', + ], + 'page' => [ + 'type' => 'string', + ], + ], + ], + 'rewrite' => [ + 'type' => 'object', + 'properties' => [ + 'enabled' => [ + 'type' => 'boolean', + ], + 'timeRange' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + 'ReadPageBody' => [ + 'type' => 'object', + 'properties' => [ + 'url' => [ + 'type' => 'string', + 'required' => true, + ], + 'timeout' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'pageTimeout' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'formats' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + 'location' => [ + 'type' => 'string', + ], + 'maxAge' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'readability' => [ + 'type' => 'object', + 'properties' => [ + 'readabilityMode' => [ + 'type' => 'string', + ], + 'excludeAllImages' => [ + 'type' => 'boolean', + ], + 'excludeAllLinks' => [ + 'type' => 'boolean', + ], + 'excludedTags' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + 'ReadPageItem' => [ + 'type' => 'object', + 'properties' => [ + 'statusCode' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'errorMessage' => [ + 'type' => 'string', + ], + 'rawHtml' => [ + 'type' => 'string', + ], + 'html' => [ + 'type' => 'string', + ], + 'text' => [ + 'type' => 'string', + ], + 'markdown' => [ + 'type' => 'string', + ], + 'screenshot' => [ + 'type' => 'string', + ], + ], + ], + 'ReadPageScrapeBody' => [ + 'type' => 'object', + 'properties' => [ + 'url' => [ + 'type' => 'string', + 'required' => true, + ], + 'timeout' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'pageTimeout' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'location' => [ + 'type' => 'string', + ], + 'maxAge' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'readability' => [ + 'type' => 'object', + 'properties' => [ + 'readabilityMode' => [ + 'type' => 'string', + ], + 'excludeAllImages' => [ + 'type' => 'boolean', + ], + 'excludeAllLinks' => [ + 'type' => 'boolean', + ], + 'excludedTags' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + ], + ], + 'formats' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + ], + ], + 'RequestContents' => [ + 'type' => 'object', + 'properties' => [ + 'mainText' => [ + 'type' => 'boolean', + ], + 'markdownText' => [ + 'type' => 'boolean', + ], + 'summary' => [ + 'type' => 'boolean', + ], + 'rerankScore' => [ + 'type' => 'boolean', + ], + 'richMainBody' => [ + 'type' => 'boolean', + ], + ], + ], + 'SceneItem' => [ + 'type' => 'object', + 'properties' => [ + 'detail' => [ + 'type' => 'string', + ], + 'type' => [ + 'type' => 'string', + ], + ], + ], + 'ScorePageItem' => [ + 'type' => 'object', + 'properties' => [ + 'publishTime' => [ + 'type' => 'integer', + 'format' => 'int64', + 'required' => true, + ], + 'score' => [ + 'type' => 'number', + 'format' => 'double', + 'required' => false, + ], + 'images' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + '$ref' => '#/components/schemas/IncludeImage', + 'required' => false, + ], + ], + 'htmlTitle' => [ + 'type' => 'string', + 'required' => true, + ], + 'displayLink' => [ + 'type' => 'string', + 'required' => true, + ], + 'mime' => [ + 'type' => 'string', + 'required' => false, + ], + 'pageMap' => [ + 'type' => 'object', + 'required' => false, + 'additionalProperties' => [ + 'type' => 'string', + 'required' => false, + ], + ], + 'cardType' => [ + 'type' => 'string', + 'required' => true, + ], + 'link' => [ + 'type' => 'string', + 'required' => true, + ], + 'mainText' => [ + 'type' => 'string', + 'required' => false, + ], + 'htmlSnippet' => [ + 'type' => 'string', + 'required' => true, + ], + 'title' => [ + 'type' => 'string', + 'required' => true, + ], + 'hostname' => [ + 'type' => 'string', + ], + 'hostLogo' => [ + 'type' => 'string', + ], + 'siteLabel' => [ + 'type' => 'string', + ], + 'markdownText' => [ + 'type' => 'string', + ], + 'snippet' => [ + 'type' => 'string', + ], + 'summary' => [ + 'type' => 'string', + ], + 'hostAuthorityScore' => [ + 'type' => 'number', + 'format' => 'double', + ], + 'richMainBody' => [ + 'type' => 'string', + ], + 'websiteAuthorityScore' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'correlationTag' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + 'SearchCredits' => [ + 'type' => 'object', + 'properties' => [ + 'genericTextSearch' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'liteAdvancedTextSearch' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + 'SearchInformation' => [ + 'type' => 'object', + 'properties' => [ + 'total' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + 'searchTime' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + ], + ], + 'UnifiedCostCredits' => [ + 'type' => 'object', + 'properties' => [ + 'search' => [ + '$ref' => '#/components/schemas/SearchCredits', + ], + 'valueAdded' => [ + '$ref' => '#/components/schemas/ValueAddedCredits', + ], + ], + ], + 'UnifiedImageItem' => [ + 'type' => 'object', + 'properties' => [ + 'publishedTime' => [ + 'type' => 'string', + ], + 'title' => [ + 'type' => 'string', + ], + 'imageUrl' => [ + 'type' => 'string', + ], + 'hostPageUrl' => [ + 'type' => 'string', + ], + 'height' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'width' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + 'UnifiedOriginalQuery' => [ + 'type' => 'object', + 'properties' => [ + 'query' => [ + 'type' => 'string', + ], + 'timeRange' => [ + 'type' => 'string', + ], + ], + ], + 'UnifiedPageItem' => [ + 'type' => 'object', + 'properties' => [ + 'title' => [ + 'type' => 'string', + ], + 'link' => [ + 'type' => 'string', + ], + 'snippet' => [ + 'type' => 'string', + ], + 'publishedTime' => [ + 'type' => 'string', + ], + 'mainText' => [ + 'type' => 'string', + ], + 'markdownText' => [ + 'type' => 'string', + ], + 'images' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'string', + ], + ], + 'hostname' => [ + 'type' => 'string', + ], + 'hostLogo' => [ + 'type' => 'string', + ], + 'summary' => [ + 'type' => 'string', + ], + 'rerankScore' => [ + 'type' => 'number', + 'format' => 'double', + ], + 'hostAuthorityScore' => [ + 'type' => 'number', + 'format' => 'double', + ], + 'richMainBody' => [ + 'type' => 'string', + ], + 'websiteAuthorityScore' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'correlationTag' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + 'UnifiedQueryContext' => [ + 'type' => 'object', + 'properties' => [ + 'engineType' => [ + 'type' => 'string', + ], + 'originalQuery' => [ + '$ref' => '#/components/schemas/UnifiedOriginalQuery', + ], + 'rewrite' => [ + '$ref' => '#/components/schemas/UnifiedRewrite', + ], + ], + ], + 'UnifiedRewrite' => [ + 'type' => 'object', + 'properties' => [ + 'enabled' => [ + 'type' => 'boolean', + ], + 'timeRange' => [ + 'type' => 'string', + ], + ], + ], + 'UnifiedSceneItem' => [ + 'type' => 'object', + 'properties' => [ + 'detail' => [ + 'type' => 'string', + ], + 'type' => [ + 'type' => 'string', + ], + ], + ], + 'UnifiedSearchInformation' => [ + 'type' => 'object', + 'properties' => [ + 'searchTime' => [ + 'type' => 'integer', + 'format' => 'int64', + ], + ], + ], + 'UnifiedSearchInput' => [ + 'type' => 'object', + 'properties' => [ + 'contents' => [ + '$ref' => '#/components/schemas/RequestContents', + ], + 'query' => [ + 'type' => 'string', + ], + 'engineType' => [ + 'type' => 'string', + 'enum' => [ + 'Generic', + 'GenericAdvanced', + 'LiteAdvanced', + ], + ], + 'category' => [ + 'type' => 'string', + ], + 'timeRange' => [ + 'type' => 'string', + 'enum' => [ + 'OneDay', + 'OneWeek', + 'OneMonth', + 'OneYear', + 'NoLimit', + ], + ], + 'location' => [ + 'type' => 'string', + ], + 'locationInfo' => [ + '$ref' => '#/components/schemas/LocationInfo', + ], + 'advancedParams' => [ + 'type' => 'object', + ], + ], + ], + 'UnifiedSearchOutput' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => [ + 'type' => 'string', + ], + 'queryContext' => [ + '$ref' => '#/components/schemas/UnifiedQueryContext', + ], + 'pageItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/UnifiedPageItem', + ], + ], + 'sceneItems' => [ + 'type' => 'array', + 'items' => [ + '$ref' => '#/components/schemas/UnifiedSceneItem', + ], + ], + 'costCredits' => [ + '$ref' => '#/components/schemas/UnifiedCostCredits', + ], + 'searchInformation' => [ + '$ref' => '#/components/schemas/UnifiedSearchInformation', + ], + ], + ], + 'ValueAddedCredits' => [ + 'type' => 'object', + 'properties' => [ + 'summary' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + 'advanced' => [ + 'type' => 'integer', + 'format' => 'int32', + ], + ], + ], + 'WeiboItem' => [ + 'type' => 'object', + 'properties' => [ + 'images' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'string', + 'required' => false, + ], + ], + 'publishDisplayTime' => [ + 'type' => 'string', + 'required' => true, + ], + 'cardType' => [ + 'type' => 'string', + 'required' => true, + ], + 'homepageLink' => [ + 'type' => 'string', + 'required' => false, + ], + 'link' => [ + 'type' => 'string', + 'required' => true, + ], + 'htmlSnippet' => [ + 'type' => 'string', + 'required' => true, + ], + 'username' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + ], + 'apis' => [ + 'UnifiedSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/search/unified', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/UnifiedSearchInput', + 'required' => false, + ], + ], + ], + ], + 'GenericSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v2/linkedRetrieval/commands/genericSearch', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'sessionId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'industry', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'page', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + [ + 'name' => 'returnMainText', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'returnMarkdownText', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'returnSummary', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'enableRerank', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'returnRichMainBody', + 'in' => 'query', + 'schema' => [ + 'type' => 'boolean', + 'required' => false, + ], + ], + [ + 'name' => 'advancedParams', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + ], + ], + ], + ], + 'AiSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v3/linkedRetrieval/commands/aiSearch', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + 'sse', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'sessionId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'industry', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'page', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + ], + ], + 'GenericAdvancedSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v2/linkedRetrieval/commands/genericAdvancedSearch', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'sessionId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'industry', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + 'GlobalSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/search/global', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'page', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => [ + 'type' => 'integer', + 'format' => 'int32', + 'required' => false, + ], + ], + ], + ], + 'GetIqsUsage' => [ + 'path' => '/linked-retrieval/linked-retrieval-admin/v1/iqs/usage', + 'methods' => [ + 'get', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'startDate', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'endDate', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'callerId', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + 'MultimodalSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/multimodal/unified', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/MultimodalSearchBody', + 'required' => false, + ], + ], + ], + ], + 'ReadPageBasic' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/readpage/basic', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/ReadPageBody', + 'required' => false, + ], + ], + ], + ], + 'ReadPageScrape' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/readpage/scrape', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/json', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/ReadPageScrapeBody', + 'required' => false, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-zhangjiakou', + 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com', + ], + ], +]; |
