Siork API (2020-07-27T02:15:28Z)

Download OpenAPI specification:Download

Authentication

api_key

Security Scheme Type API Key
Header parameter name: x-api-key

Search Name

Authorizations:
header Parameters
x-api-key
required
string
Request Body schema: application/json
entries
required
Array of objects (SearchEntry) [ 1 .. 10 ] items

Entries to search.

searchConfig
required
object (SearchConfig)
requestId
string <= 256 characters

Request ID specified by client.

Responses

200

Search Result

post /search
https://api.service.siork.com/v1/search

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "entries":
    [
    ],
  • "searchConfig":
    {
    },
  • "requestId": "string"
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "referenceId": "string",
  • "requestTime": 0,
  • "requestId": "string",
  • "matches":
    [
    ]
}

Search Option

Authorizations:
header Parameters
x-api-key
required
string

Responses

200

Search Option

get /search/option
https://api.service.siork.com/v1/search/option

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "listInfos":
    [
    ]
}

Identify Face

Authorizations:
header Parameters
x-api-key
required
string
Request Body schema: application/json
imagePair
required
object (ImagePair)
requestId
string <= 256 characters

Request ID specified by client.

Responses

200

Identify Result

post /identify/face
https://api.service.siork.com/v1/identify/face

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "imagePair":
    {
    },
  • "requestId": "string"
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "referenceId": "string",
  • "requestTime": 0,
  • "requestId": "string",
  • "result":
    {
    }
}