Namsor
Connector for the namsor API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://v2.namsor.com/NamSorAPIv2 - Auth:
header:X-API-KEY(pass your key via theapiKeyinput)
Operations
anonymize— GET /api2/json/anonymize/{source}/{anonymized}/{token} — Activate/deactivate anonymization for a source.apikeyinfo— GET /api2/json/apiKeyInfo — Read API Key info.availableservices— GET /api2/json/apiServices — List of classification services and usage cost in Units per classification (default is 1=ONE Unit). Some API endpoints (ex. Corridor) combine multiple classifiers.apistatus— GET /api2/json/apiStatus — Prints the current status of the classifiers. A classifier name in apiStatus corresponds to a service name in apiServices.apiusage— GET /api2/json/apiUsage — Print current API usage.apiusagehistory— GET /api2/json/apiUsageHistory — Print historical API usage.
Inputs
apiKey— your namsor API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: anonymize
apiKey: <your key>