Cognitive Search

Version: 1.0.0

This section contains Cognitive Search APIs that allows to add structured and unstructured documents or PDF, or to upload urls to mine and to query from the uploaded documents and urls.

Components

Schemas

CSSearchReq

Properties
orgName
string
project
string
query
string
typeobject

CSData

Properties
decriptedFileContent
array
items
string(byte)
encryptedContent
string
fileContent
string
fileType
string
para
string
project
string
score
string
sh_ans
string
shortPara
string
sourceURL
string
title
string
typeobject

FileUpload

Properties
files
array
items
string(binary)
categoryName
string
description
string
fileArray
string
language
string
projectName
string
tags
string
validate
boolean
required
  • files
  • projectName
typeobject

UrlMiningRequest

Properties
excludePattern
array
items
string
level
integer(int32)
onlyInclude
array
items
string
projectName
string
url
string
typeobject

UrlMiningResponse

Properties
response
array
items
$refMiningResponse
typeobject

MiningResponse

Properties
level
integer(int32)
url
string
typeobject

BasicResponseDataListCSData

Properties
data
array
items
$refCSData
errors
string
status
$refBasicResponseStatus
typeobject

BasicResponse

Properties
data
string
errors
string
status
$refBasicResponseStatus
typeobject

BasicResponseStatus

Properties
responseType
string
description

status response type

statusCode
string
description

status code

typeobject