Pulse
Data Analysis API for Market Researchers
2 subscribers
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Pulse endpoints
| Method | Endpoint | Description |
|---|---|---|
| embeddings | ||
| POST |
createEmbeddings /embeddings |
Generates dense vector embeddings for input strings in a single batch. Supports synchronous (fast=true) and asynchronous (fast=false or omitted) modes. • Synchronous mode… |
| similarity | ||
| POST |
compareSimilarity /similarity |
Computes pairwise cosine similarity between input strings. Supports self-similarity (provide `set`) and cross-similarity (provide `set_a` and `set_b`), with synchronous… |
| themes | ||
| POST |
generateThemes /themes |
Groups input strings into latent themes using LLM-based clustering. Supports synchronous (fast=true) and asynchronous (fast=false or omitted) modes. - In synchronous mode,… |
| clustering | ||
| POST |
clusterTexts /clustering |
Performs server-side clustering of input strings using algorithms that operate on full embeddings. Supports synchronous (fast=true) and asynchronous (fast=false or omitted)… |
| sentiment | ||
| POST |
analyzeSentiment /sentiment |
Classifies the sentiment of each input string as positive, negative, neutral, or mixed, with confidence scores ∈ [0,1]. Supports synchronous (fast=true) and asynchronous… |
| extractions | ||
| POST |
extractElements /extractions |
Extracts mentions from each input based on a provided dictionary. Optionally expands the dictionary before matching. The optional `type` parameter selects prompt style:… |
| jobs | ||
| GET |
getJobStatus /jobs |
Retrieves the status of a previously submitted long-running job. Returns `pending`, `completed`, or `failed`. When `completed`, includes a `result_url` to download results. |
| usage | ||
| POST |
estimateUsage /usage/estimate |
Calculates estimated credit usage for a given feature and inputs. |
| summaries | ||
| POST |
generateSummary /summaries |
Generates a short summary from the provided inputs. Supports synchronous (fast=true) and asynchronous (fast=false or omitted) modes. - Synchronous mode accepts up to 200 input… |
| credits | ||
| GET |
getOrganizationCredits /credits/organizations/{orgId} |
Returns current credits balance for the specified Auth0 organization. This endpoint is backed by the shared Core Credits Lambda and uses the same authorization context as other… |
Pulse pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|