InsionInsion

Overview

Comprehensive guide to integrating with the Insion Content Moderation API

Getting started

To integrate with Insion, you'll use our RESTful API endpoints secured with Bearer token authentication.

Base URL

All API requests are made to the following base URL:

https://api.insion.co

Authentication

All API endpoints require authentication using a Bearer token. You can obtain your API key from your Insion dashboard.

Include the API key in the Authorization header of every request:

Authorization: Bearer YOUR_API_KEY

Available endpoints

Our API provides endpoints for content moderation and management:

Additional information

  • Content accessibility: Ensure that any fileUrls provided remain accessible by Insion for as long as the record exists.
  • Protected users: Users marked as protected are exempt from certain moderation actions, allowing you to safeguard administrators or trusted users.
  • Retryable moderation failures: Synchronous moderation returns 503 Service Unavailable with a Retry-After header when a moderation provider cannot complete the decision. The record is persisted before moderation and can be retried safely. Asynchronous moderation remains pending and is retried automatically.

For detailed implementation guidance, refer to the endpoint documentation above. For any questions or assistance, feel free to reach out to our support team.

On this page