Liccium Developer Portal
Search Engine API

search

Endpoint:https://b2c-api-main-737c477.zuplo.app

Search operations for declarations


Search for declarations using nearest neighbor search and ISCC code

GET
https://b2c-api-main-737c477.zuplo.app
/v1/search-iscc

Search for declarations using nearest-neighbor search by ISCC code. Returns matching declarations with similarity metrics. Requires a valid API key.

Search for declarations using nearest neighbor search and ISCC codequery Parameters

  • isccstring · pattern: ^ISCC:[A-Z0-9]{55}$ · required

    ISCC code to search for. Must be in format ISCC:XXXXXXX (55 alphanumeric characters after the prefix).

Search for declarations using nearest neighbor search and ISCC codeHeaders

  • Authorizationstring · required

    Bearer token for authentication (e.g., Bearer <your-api-key>)

Search for declarations using nearest neighbor search and ISCC code Responses

Successful operation

  • qstring
  • hashBitsstring
  • invalidCountinteger
  • versionstring
  • resultsobject[]