{"openapi":"3.1.0","info":{"title":"CleanText Public Inspection API","version":"1.0.0","description":"Read-only inspection of supplied text for the character and markup categories supported by CleanText."},"servers":[{"url":"https://cleanhiddenchars.com"}],"paths":{"/api/inspect":{"post":{"operationId":"inspectHiddenCharacters","summary":"Inspect supplied text without changing it","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","maxLength":50000}},"additionalProperties":false}}}},"responses":{"200":{"description":"Inspection counts","content":{"application/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid request"},"413":{"description":"Input exceeds the limit"}}}},"/health":{"get":{"operationId":"getHealth","summary":"Read public service health","responses":{"200":{"description":"Service is available"}}}}}}