Home
Providers
BigID
BigID
BigID is a New York City-headquartered data security platform that combines Data Security Posture Management (DSPM), Data Loss Prevention (DLP), access governance, AI security & governance (AISPM), privacy automation, and a unified Data & AI Catalog. Founded in 2016 by Dimitri Sirota and Nimrod Vax, BigID exposes every action available in its UI through a REST API rooted at /api/v1 — covering data sources, scans, catalog, cluster analysis, DSPM cases, and DSARs — plus an App Framework for building custom apps, a connector framework (Java and REST) for new data sources, and an MCP surface for AI agents.
BigID publishes 10 APIs on the APIs.io network, including Authentication API, Data Sources API, Scans API, and 7 more. Tagged areas include Data Security, DSPM, DLP, Privacy, and AI Security.
The BigID catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
BigID’s developer surface includes authentication, getting-started guide, API reference, documentation, code examples, developer portal, engineering blog, and 28 more developer resources.
10 APIs
10 Features
7 Use Cases
Data Security DSPM DLP Privacy AI Security Data Catalog DSAR Data Discovery Compliance
On this page
Kin Score
APIs 10
Postman 10
Open Collections 7
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 10
Vocabularies 1
Spectral Rules 2
JSON Schema 3
Examples 4
Security Posture 4
Agentic Access 1
Use Cases 7
Integrations 14
Solutions 4
Resources 35
apis.yml
5 Operational Transparency
Composite quality — 59.9/100 · strong
Contract Quality
17.5 / 25
Developer Ergonomics
11.7 / 20
Commercial Clarity
15.3 / 20
Operational Transparency
0.7 / 13
Agent readiness — 32/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
7 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 10
Ready-to-run Postman collections for exercising this provider's APIs.
Scroll for all 10
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 7
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 10
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Example request and response payloads for these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Scroll for all 7
Pre-built integrations with other platforms and tools.
Scroll for all 14
Packaged solutions this provider offers.
Get Started 5
Portal, sign-up, and the first successful call
Documentation 4
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 3
Pagination, idempotency, versioning, errors, and events
Build 6
SDKs, sample code, and the tooling you integrate with
Access & Security 6
Authentication, authorization, and security posture
Operate 2
Status, limits, changes, and where to get help
Commercial 5
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: bigid
url: https://raw.githubusercontent.com/api-evangelist/bigid/refs/heads/main/apis.yml
name: BigID
description: BigID is a New York City-headquartered data security platform that combines Data Security Posture Management
(DSPM), Data Loss Prevention (DLP), access governance, AI security & governance (AISPM), privacy automation, and a unified
Data & AI Catalog. Founded in 2016 by Dimitri Sirota and Nimrod Vax, BigID exposes every action available in its UI through
a REST API rooted at /api/v1 — covering data sources, scans, catalog, cluster analysis, DSPM cases, and DSARs — plus an
App Framework for building custom apps, a connector framework (Java and REST) for new data sources, and an MCP surface for
AI agents.
accessModel:
pricing: unknown
onboarding: self-serve
trial: false
try_now: false
public: false
label: Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/bigid.png
created: '2026-05-25'
modified: '2026-05-25'
specificationVersion: '0.16'
type: Index
access: 3rd-Party
tags:
- Data Security
- DSPM
- DLP
- Privacy
- AI Security
- Data Catalog
- DSAR
- Data Discovery
- Compliance
apis:
- aid: bigid:bigid-authentication-api
name: BigID Authentication API
description: Authenticate against a BigID deployment using either username/password or a long-lived user token. Exchange
a user token for a short-lived system token (JWT) used to authorize subsequent REST API calls.
humanURL: https://developer.bigid.com/api/bigid-api-token-authentication/
tags:
- Authentication
- Sessions
- Tokens
properties:
- url: https://developer.bigid.com/api/bigid-api-user-authentication/
type: Documentation
- url: https://developer.bigid.com/api/bigid-api-token-authentication/
type: Documentation
- url: openapi/bigid-authentication-api-openapi.yml
type: OpenAPI
- url: examples/bigid-create-session-example.json
type: Examples
- aid: bigid:bigid-data-sources-api
name: BigID Data Sources API
description: Programmatically manage data source connections in BigID. List, create, test, and export data sources, and
inspect the catalog of available connector templates (e.g. rdb-mysql, s3-v2, snowflake, sharepoint-online).
humanURL: https://developer.bigid.com/api/data-source-connections-api-tutorial/
tags:
- Data Sources
- Connectors
properties:
- url: https://developer.bigid.com/api/data-source-connections-api-tutorial/
type: Documentation
- url: https://developer.bigid.com/api/bigid-api-add-data-source-tutorial/
type: Documentation
- url: openapi/bigid-data-sources-api-openapi.yml
type: OpenAPI
- url: json-schema/bigid-data-source-schema.json
type: JSONSchema
- url: examples/bigid-list-data-sources-example.json
type: Examples
- aid: bigid:bigid-scans-api
name: BigID Scans API
description: Configure and execute BigID scans. Create scan profiles to control which data sources are scanned and using
which classifier template, then start and monitor scan executions and parent-scan rollups.
humanURL: https://developer.bigid.com/api/scan-profiles-api-tutorial/
tags:
- Scans
- Scan Profiles
properties:
- url: https://developer.bigid.com/api/scan-profiles-api-tutorial/
type: Documentation
- url: https://developer.bigid.com/api/scan-insights-api-tutorial/
type: Documentation
- url: openapi/bigid-scans-api-openapi.yml
type: OpenAPI
- aid: bigid:bigid-dsar-api
name: BigID DSAR API
description: Run Data Subject Access Requests (DSARs) and retrieve the resulting reports. Inspect available DSAR profiles
and identifier attributes, submit new DSAR scans, poll status, and download short or full reports in JSON or CSV.
humanURL: https://developer.bigid.com/api/bigid-api-dsar-tutorial/
tags:
- DSAR
- Privacy
properties:
- url: https://developer.bigid.com/api/bigid-api-dsar-tutorial/
type: Documentation
- url: openapi/bigid-dsar-api-openapi.yml
type: OpenAPI
- url: examples/bigid-create-dsar-report-example.json
type: Examples
- aid: bigid:bigid-actionable-insights-api
name: BigID Actionable Insights API
description: DSPM cases and remediation.
humanURL: https://developer.bigid.com/api/bigid-api-token-authentication/
tags:
- Actionable Insights
properties:
- type: OpenAPI
url: openapi/bigid-actionable-insights-api-openapi.yml
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-metadata-export-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-duplicate-data-tutorial/
- type: JSONSchema
url: json-schema/bigid-catalog-object-schema.json
- type: Documentation
url: https://developer.bigid.com/api/cluster-analysis-api-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/data-posture-api-tutorial/
- type: JSONSchema
url: json-schema/bigid-case-schema.json
- type: Examples
url: examples/bigid-list-posture-cases-example.json
- aid: bigid:bigid-catalog-api
name: BigID Catalog API
description: Browse catalog objects.
humanURL: https://developer.bigid.com/api/bigid-api-token-authentication/
tags:
- Catalog
properties:
- type: OpenAPI
url: openapi/bigid-catalog-api-openapi.yml
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-metadata-export-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-duplicate-data-tutorial/
- type: JSONSchema
url: json-schema/bigid-catalog-object-schema.json
- type: Documentation
url: https://developer.bigid.com/api/cluster-analysis-api-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/data-posture-api-tutorial/
- type: JSONSchema
url: json-schema/bigid-case-schema.json
- type: Examples
url: examples/bigid-list-posture-cases-example.json
- aid: bigid:bigid-clusters-api
name: BigID Clusters API
description: Cluster analysis operations.
humanURL: https://developer.bigid.com/api/bigid-api-token-authentication/
tags:
- Clusters
properties:
- type: OpenAPI
url: openapi/bigid-clusters-api-openapi.yml
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-metadata-export-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-duplicate-data-tutorial/
- type: JSONSchema
url: json-schema/bigid-catalog-object-schema.json
- type: Documentation
url: https://developer.bigid.com/api/cluster-analysis-api-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/data-posture-api-tutorial/
- type: JSONSchema
url: json-schema/bigid-case-schema.json
- type: Examples
url: examples/bigid-list-posture-cases-example.json
- aid: bigid:bigid-connector-templates-api
name: BigID Connector Templates API
description: Inspect available connector templates.
humanURL: https://developer.bigid.com/api/bigid-api-token-authentication/
tags:
- Connector Templates
properties:
- type: OpenAPI
url: openapi/bigid-connector-templates-api-openapi.yml
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-metadata-export-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-duplicate-data-tutorial/
- type: JSONSchema
url: json-schema/bigid-catalog-object-schema.json
- type: Documentation
url: https://developer.bigid.com/api/cluster-analysis-api-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/data-posture-api-tutorial/
- type: JSONSchema
url: json-schema/bigid-case-schema.json
- type: Examples
url: examples/bigid-list-posture-cases-example.json
- aid: bigid:bigid-metadata-export-api
name: BigID Metadata Export API
description: Export catalog metadata.
humanURL: https://developer.bigid.com/api/bigid-api-token-authentication/
tags:
- Metadata Export
properties:
- type: OpenAPI
url: openapi/bigid-metadata-export-api-openapi.yml
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-metadata-export-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-duplicate-data-tutorial/
- type: JSONSchema
url: json-schema/bigid-catalog-object-schema.json
- type: Documentation
url: https://developer.bigid.com/api/cluster-analysis-api-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/data-posture-api-tutorial/
- type: JSONSchema
url: json-schema/bigid-case-schema.json
- type: Examples
url: examples/bigid-list-posture-cases-example.json
- aid: bigid:bigid-scan-profiles-api
name: BigID Scan Profiles API
description: Configure recurring scan profiles.
humanURL: https://developer.bigid.com/api/bigid-api-token-authentication/
tags:
- Scan Profiles
properties:
- type: OpenAPI
url: openapi/bigid-scan-profiles-api-openapi.yml
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-metadata-export-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/bigid-api-duplicate-data-tutorial/
- type: JSONSchema
url: json-schema/bigid-catalog-object-schema.json
- type: Documentation
url: https://developer.bigid.com/api/cluster-analysis-api-tutorial/
- type: Documentation
url: https://developer.bigid.com/api/data-posture-api-tutorial/
- type: JSONSchema
url: json-schema/bigid-case-schema.json
- type: Examples
url: examples/bigid-list-posture-cases-example.json
common:
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/bigid/overview
- type: AgenticAccess
url: agentic-access/bigid-agentic-access.yml
- type: TrustCenter
url: security/bigid-trust-center.yml
- type: VulnerabilityDisclosure
url: security/bigid-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/bigid-domain-security.yml
- type: Authentication
url: authentication/bigid-authentication.yml
- url: https://developer.bigid.com/
name: BigID Developer Portal
type: DeveloperPortal
- url: https://developer.bigid.com/guides/get-started/
name: BigID Get Started Guide
type: GettingStarted
- url: https://developer.bigid.com/api/bigid-api/
name: BigID REST API Reference
type: APIReference
- url: https://developer.bigid.com/apps/building-a-bigid-app/
name: BigID App Framework
type: Documentation
- url: https://developer.bigid.com/connectors/what-is-a-bigid-connector/
name: BigID Connector Framework
type: Documentation
- url: https://developer.bigid.com/llms/llms/
name: BigID MCP and LLM Integration
type: Documentation
- url: https://github.com/bigexchange
name: BigExchange GitHub Organization
type: GitHubOrganization
- url: https://github.com/bigexchange/sdk-javascript
name: BigID JavaScript SDK
type: SDKs
- url: https://github.com/bigexchange/consent-sdk-ios
name: BigID iOS Consent SDK
type: SDKs
- url: https://github.com/bigexchange/quickstart-simple-ts
name: BigID Simple App Quickstart (TypeScript)
type: GettingStarted
- url: https://github.com/bigexchange/quickstart-utility-dspm-ts
name: BigID DSPM Quickstart (TypeScript)
type: GettingStarted
- url: https://github.com/bigexchange/app-framework-helloworld-app
name: BigID App Framework Hello-World App (Java)
type: CodeExamples
- url: https://github.com/bigexchange/helm-template
name: BigID External-Service Helm Template
type: CodeExamples
- url: https://github.com/bigexchange/bigid-azure-key-vault-app
name: BigID Azure Key Vault App
type: Integrations
- url: https://github.com/bigexchange/bigid-aws-control-tower
name: BigID AWS Control Tower Integration
type: Integrations
- url: https://github.com/bigexchange/aws-security-hub
name: BigID AWS Security Hub Integration
type: Integrations
- url: https://github.com/bigexchange/content
name: BigID XSOAR Content Pack
type: Integrations
- url: https://github.com/bigexchange/gtm-consent-template
name: BigID GTM Consent Template
type: Integrations
- url: https://bigid.com/
name: BigID Website
type: Portal
- url: https://bigid.com/blog/
name: BigID Blog
type: Blog
- url: https://bigid.com/about/
name: About BigID
type: Hub
- url: https://bigid.com/contact/
name: Contact BigID
type: Contact
- url: https://bigid.com/terms/
name: BigID Terms and Conditions
type: TermsOfService
- url: https://bigid.com/privacy-notice/
name: BigID Privacy Notice
type: PrivacyPolicy
- url: https://bigid.com/cookies/
name: BigID Cookies Policy
type: Legal
- url: https://bigid.com/sub-processors/
name: BigID Sub-processors
type: Compliance
- url: https://bigid.com/certifications-and-assessments/
name: BigID Certifications and Assessments
type: Compliance
- url: https://www.linkedin.com/company/bigid/
name: BigID on LinkedIn
type: LinkedIn
- url: rules/bigid-rules.yml
name: BigID Spectral Ruleset
type: SpectralRules
- url: vocabulary/bigid-vocabulary.yml
name: BigID Vocabulary
type: Vocabulary
- url: json-ld/bigid-context.jsonld
name: BigID JSON-LD Context
type: JSONLD
- url: plans/bigid-plans-pricing.yml
type: Plans
name: BigID Plans and Pricing
- url: rate-limits/bigid-rate-limits.yml
type: RateLimits
name: BigID Rate Limits
- url: finops/bigid-finops.yml
type: FinOps
name: BigID FinOps Profile
- type: Features
name: Features
data:
- name: Data Security Posture Management (DSPM)
description: Continuous risk detection across cloud, on-prem, and SaaS data with severity-based remediation workflows.
- name: Data Loss Prevention (DLP)
description: ML-enhanced DLP with custom labeling by sensitivity, residency, and risk; integrates with MIP and Google
labels.
- name: Access Governance
description: Identify over-privileged access, enable zero-trust controls, and mitigate insider risk.
- name: AI Security & Governance (AISPM)
description: Shadow AI detection, AI model inventory, prompt and response governance, TRiSM (Trust, Risk & Security Management
for AI).
- name: Privacy Automation
description: DSAR fulfillment, retention, deletion, consent, and 190,000+ out-of-the-box retention policies.
- name: Data & AI Catalog
description: Unified catalog of structured and unstructured data, AI models, prompts, and agents; federates with third-party
catalogs.
- name: 100+ Data Source Connectors
description: Cloud, SaaS, on-prem, and developer-environment connectors. Java-based or REST-based connector framework
for custom sources.
- name: 1000+ Pre-Trained Classifiers
description: Patented AI classification across 100+ languages, plus regex, NLP, and customer-built classifiers.
- name: App Framework
description: Build custom apps that integrate with BigID via /manifest, /execute, and /ui HTTP endpoints; deploy alongside
BigID on Kubernetes.
- name: MCP for Agents
description: BigID exposes its data governance and connector surface through the Model Context Protocol so AI agents can
drive it.
- type: UseCases
name: UseCases
data:
- name: AI Risk Management and TRiSM
description: Discover, govern, and secure AI models, training data, prompts, and agent surfaces across the enterprise.
- name: Cloud Data Security
description: Find and remediate exposed PII, PHI, PCI, and other sensitive data in S3, GCS, Azure Storage, Snowflake,
and Databricks.
- name: Data Minimization
description: Surface duplicate and stale data to shrink the sensitive-data footprint.
- name: Privacy Compliance
description: Operationalize HIPAA, GDPR, CCPA, LGPD, and other privacy regimes with DSAR, retention, and consent automation.
- name: Insider Risk Detection
description: Spot suspicious access to sensitive data based on behavior, role, and policy.
- name: Breach Investigation
description: Determine what sensitive data was implicated in an incident and notify accordingly.
- name: Source Code DLP
description: Prevent exfiltration of source code and credentials from code repositories and developer environments.
- type: Integrations
name: Integrations
data:
- name: AWS
description: Bidirectional integrations with AWS Security Hub, Control Tower, S3, RDS, and more.
- name: Snowflake
description: Discover, classify, and govern data inside Snowflake warehouses.
- name: Databricks
description: Catalog and protect data in Databricks Lakehouse and Unity Catalog.
- name: Splunk
description: Stream BigID findings into Splunk for SOC monitoring and SIEM correlation.
- name: Wiz
description: Combine BigID data context with Wiz cloud-posture findings.
- name: Salesforce
description: Discover and govern PII in Salesforce orgs.
- name: ServiceNow
description: Drive remediation workflows via ServiceNow tickets.
- name: Collibra
description: Federate BigID's catalog with Collibra's governance platform.
- name: Alation
description: Sync BigID metadata into Alation's data intelligence platform.
- name: Informatica
description: Federate with Informatica IDMC for data management workflows.
- name: Atlan
description: Sync classifications and lineage with Atlan.
- name: Microsoft Information Protection (MIP)
description: Apply MIP sensitivity labels driven by BigID classifications.
- name: Cortex XSOAR
description: SOAR playbooks for managing data permissions and scans (via bigexchange/content).
- name: Google Tag Manager
description: Cookie consent template for GTM (via bigexchange/gtm-consent-template).
- type: Solutions
name: Solutions
data:
- name: Data Security Platform
description: DSPM + DLP + access governance in one platform.
- name: Privacy Automation Suite
description: DSAR, retention, deletion, consent, and regulatory reporting.
- name: AI Security & Governance
description: Shadow AI, model inventory, prompt/response governance, TRiSM.
- name: Data & AI Catalog
description: Unified catalog spanning structured, unstructured, and AI assets.
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
url: https://apievangelist.com