AI Editor 2.0

Settings

Manage your account settings and API keys

API Keys
Generate API keys to access the Pulse API programmatically.
API Documentation
Learn how to use the Pulse API to follow sources, search tickers, and more.

Use the API to programmatically:

  • Follow YouTube channels, X/Twitter profiles, Spotify podcasts
  • Search stock tickers and news keywords
  • Process individual URLs (videos, articles, posts)
  • List and manage your jobs and sources

Example Request:

curl -X POST https://signal-api.onrender.com/google-news-sources \
  -H "Authorization: Signal YOUR_SIGNAL_ID.YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "AAPL", "follow": true}'