Retrieves a list of available safe search services and their configuration options.
cURL
curl --request GET \ --url https://api.altostrat.io/content/category/safe_search \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "options": { "TRUE": "strict.bing.com" } } ]
Enter the Bearer token (obtained via authentication or provided internally).
A list of safe search services.
The response is of type object[].
object[]
Was this page helpful?