List tracking subscriptions
List all tracking subscriptions owned by the authenticated user, including both active and paused subscriptions.
No metering — subscription CRUD is free. Research execution is metered via n8n.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List tracking subscriptions › Responses
List of subscriptions
totalCreate tracking subscription
Create a new tracking subscription to monitor animal advocacy topics. You will receive periodic email updates at the specified frequency with research findings.
No metering — subscription CRUD is free. Research execution is metered via n8n.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Create tracking subscription › Request Body
topicsTopic IDs to monitor (e.g., factory-farming, legislation, wildlife)
custom_keywordsCustom keywords to track
frequencyHow often to receive updates
specific_interestsAdditional context for the research agent
delivery_emailEmail address for update delivery
delivery_methodDelivery channel (currently only email)
Create tracking subscription › Responses
Subscription created
Delete tracking subscription
Permanently delete a tracking subscription and all associated results.
No metering — subscription CRUD is free. Research execution is metered via n8n.
path Parameters
idSubscription ID
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Delete tracking subscription › Responses
Subscription deleted
deletedUpdate tracking subscription
Update a tracking subscription. Only the fields provided in the request body are updated. Use active: false to pause and active: true to resume.
No metering — subscription CRUD is free. Research execution is metered via n8n.
path Parameters
idSubscription ID
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Update tracking subscription › Request Body
topicscustom_keywordsfrequencyspecific_interestsdelivery_emaildelivery_methodactiveUpdate tracking subscription › Responses
Subscription updated