No blogs found with specified tag: api

Redact Personally Identifiable Information (PII) from logs
2025-03-27
Data privacy is ultra important and an often overlooked aspect of this is data privacy in application logs. This post shows you how you could remove any PII from your logs to ensure compliance with data privacy laws and keep your client data secure.
Read more
Summarize a webpage using python
2025-03-06
Summarizing text can save you lots of time, and in this post we show how you could use the Intelligent API's Summarize Text endpoint with python combined with the Beautiful Soup library to create an application that would summarize webpages.
Read more