Using Saber Signals API in Clay
Prerequisites
A Saber API key with access to the Signals API
A Clay account with HTTP API enrichment capabilities
Company Signals
Research companies with specific questions. Saber uses agentic AI to continuously uncover data, including from sources you'd have a hard time accessing otherwise. Think of it as a fast and easy way to uncover insights on any company using their domain.
Endpoint
POST https://api.saber.app/v1/companies/signals/sync
Headers
Authorization: Bearer YOUR_SABER_API_KEY
Content-Type: application/json
X-Sbr-Timeout-Sec: 110
Request Body
Parameters
Parameter | Type | Required | Description |
| string | ✅ | Company domain (e.g., "anthropic.com") - no https:// |
| string | ✅ | Signal question (max 500 chars) |
| string | ✅ | Answer format: |
| boolean | ❌ | Force re-run and skip cache (default: false) |
| string | ❌ |
|
Headers
Header | Description |
| Override sync timeout (1-300 seconds, default: 110) |
| If "true", return 408 on timeout; if "false", return 202 with latest status (default: false) |
Response
Example Questions
Company Signals:
"What is their main product?"
(useanswerType: "open_text")"How many employees do they have?"
(useanswerType: "number")"What is their annual revenue?"
(useanswerType: "currency")"What CRM stack do they use?"
(useanswerType: "list")"Who are their main competitors?"
(useanswerType: "list")"What funding rounds did they raise?"
(useanswerType: "list")"Are they a remote-first company?"
(useanswerType: "boolean")"Who are their latest leadership hires?"
(useanswerType: "url")
