Skip to content

Signal API V2 Documentation

Public reference for integrating with The Signal API used by the Signal application.

Base URL

https://apiv2.signal.buzztech.it

All documented V2 endpoints are exposed under the /v2 prefix.

Example:

text
https://apiv2.signal.buzztech.it/v2/post/search

What This Documentation Covers

This documentation focuses on the public HTTP API for external integrations and app clients.

Main API areas:

  • Projects: create and manage projects, users, and project-job associations
  • Jobs: create, update, schedule, start, and stop collection jobs
  • Posts: search, count, export, update, delete, translate, and summarize post data
  • Tagging: manage tags, tag folders, and tagging rules

API and App Context

Signal app features such as project setup, job operations, post exploration, dashboards, and tagging are powered by these V2 endpoints.

Use this site to map app-level workflows to API calls and payloads.

Authentication

Most endpoints require API key authentication sent in request headers.

Start here:

Quick Start

  1. Set your API base and key in environment variables.
  2. Authenticate requests with X-Api-Key.
  3. Start from endpoint overview pages before using atomic endpoint docs.
bash
export SIGNAL_API_BASE_URL="https://apiv2.signal.buzztech.it/v2"
export SIGNAL_API_KEY="<api_key>"

Browse API groups:

Doc rev.1.12.3 2026.05.08