For the complete documentation index, see llms.txt. This page is also available as Markdown.

Intelligence briefs

Retrieve an AI-generated intelligence brief for an organization. The brief summarizes the account angle, relevant contacts, technology signals, teams, and recent changes, and includes a link to view the same brief in Sumble.

Intelligence briefs are generated asynchronously. If the brief is still being prepared, the API returns HTTP 202 with a Retry-After header. Retry the same URL after that interval to get the completed brief.

Credit cost

Completed intelligence briefs cost 50 credits. HTTP 202 pending responses do not consume credits.

Retrieve the intelligence brief for an organization

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_idintegerRequired
Responses
200

Successful Response

application/json
or
get/v9/organizations/{organization_id}/intelligence-brief

Last updated