The API allows you to integrate Content Snare into your existing apps and workflows.
The Content Snare API uses OAuth 2.0 for authentication.
Here’s how to create an application and get started:
- Go to your avatar and select Settings
- Under Integrations, select API
- Click the button to Create a New Application
You’ll see the following screen:

Enter the Name, Description and Redirect URL for where you will handle the OAuth redirect in your app.
Important: For increased security, select the smallest subset of scopes that your application needs.
API improvements
We’re working on a series of releases to improve our API. The goal is to make it so you can achieve some incredible things by connecting your AI to Content Snare (you can do that already, but we want to make it better). This is the first release:
- Better assignment of clients: on request create and update, replacing client_assignments_ids. This allows better matching of external clients, e.g. those from FYI and XPM.
- Timestamps to help with reporting: published_at, all_fields_completed_at, last_client_field_completed_at, last_team_field_reviewed_at
API Documentation
Full API documentation can be found here.