API
Philterd Data Services' API provides programmatic access to all features, such as creating and editing redaction policies and submitting documents for redaction. Using the API allows Philterd Data Services' capabilities to be integrated into other applications and workflows. Note that using the API is not required for all users and requires software development or scripting experience.
API Authentication
Authentication to Philterd Data Services' API is performed using API keys. API keys can be created in your account.
An API key should be placed in the Authorization header prefixed with Bearer. For example, if the API key is asdf1234, the value of the Authorization header should be Bearer asdf1234. All API methods described on this page require valid authorization.
API Methods
You can view the API endpoints.