Highperformr API
    • Introduction
    • Contacts
      • Bulk fetch contacts by IDs
        POST
      • Get contacts by segment
        POST
      • Get contact by ID
        GET
      • Update contact
        PATCH
      • Delete contact
        DELETE
      • Upsert contact into a source
        POST
      • Bulk upsert contacts for source
        POST
      • Unique values of one field for a filtered contact set
        POST
      • Unified Data API - async contact enrichment
        POST
    • Schema
      • Get contact schema
        GET
      • Get discovery search contact schema
        GET
      • Get discovery search company schema
        GET
      • Get options for field
        GET
      • Get discovery search options for field
        GET
    • Discovery search
      • Find contacts v2
        POST
      • Find companies v2
        POST
    • Jobs
      • Get job status by id
        GET
    • Social publishing
      • Create draft post
        POST
      • List posts (drafts, scheduled, published)
        POST
      • Schedule or publish posts (bulk)
        POST
      • Schedule a LinkedIn comment on an external post
        POST
      • Configure cross-account auto-repost
        POST
      • Upload media file (multipart)
        POST
      • Assemble chunked uploads into one file
        POST
      • Import media from a public URL
        POST
    • Integrations (social)
      • List social integrations (filter)
    Login

    Introduction

    Highperformr is an AI GTM Platform that helps B2B sales, RevOps, and marketing teams find, enrich, and engage high-intent prospects. It combines a 450M+ contact database, real-time intent signals, data enrichment, social intelligence, and AI-powered workflows in one workspace , replacing the need for separate tools.
    This document covers the Highperformr API operations we support for partner and custom integrations. Typical areas include contacts, discovery search, jobs, posts & media (/api/v1), integrations, and schema helpers.

    Getting started#

    Authentication & API access#

    Retrieving your API key:
    1.
    Log in to Highperformr.
    2.
    Open workspace Settings → API Keys.
    3.
    Generate or copy your key and store it safely.
    Send the key on every request in the x-api-key header.

    Base URL#

    https://app.highperformr.ai/api

    Rate limits & fair usage#

    Some routes are rate-limited per workspace. When limits apply, responses include RateLimit-Policy and RateLimit; 429 responses may include Retry-After. Read these headers, slow down when remaining quota is low, and use exponential backoff on 429. Many routes do not return rate-limit headers.

    Support#

    team@highperformr.ai — API and integration help.
    Modified at 2026-04-17 09:11:59
    Next
    Bulk fetch contacts by IDs
    Built with