Palantir website screenshot

Palantir

Palantir is a data analytics company providing software platforms for organizations to integrate, analyze, and visualize data. Palantir Foundry and AIP provide REST APIs for data workflows, AI operations, ontology management, orchestration, and decision-making across enterprise and government use cases.

1 APIs 0 Features
AI PlatformData AnalyticsEnterpriseGovernment

APIs

Palantir Foundry API

Palantir Foundry API provides programmatic access to data integration, transformation, and analysis workflows within the Palantir Foundry platform. The v2 API uses OAuth 2.0 and...

Collections

Pricing Plans

Palantir Plans Pricing

3 plans

PLANS

Rate Limits

Palantir Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Website
Website
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Palantir Foundry API v2
  version: v2
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Admin - Users
    type: folder
  items:
  - info:
      name: List users
      type: http
    http:
      method: GET
      url: https://{hostname}/api/v2/admin/users
      params:
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Retrieves all users from the system with support for pagination and filtering by user status (active or deleted).
- info:
    name: Admin - Groups
    type: folder
  items:
  - info:
      name: List groups
      type: http
    http:
      method: GET
      url: https://{hostname}/api/v2/admin/groups
      params:
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Retrieves all groups in the system with pagination support. The response includes group details such as name, organizations,
      description, and realm information.
- info:
    name: Datasets
    type: folder
  items:
  - info:
      name: Create a dataset
      type: http
    http:
      method: POST
      url: https://{hostname}/api/v2/datasets
      body:
        type: json
        data: '{}'
    docs: Creates a new Dataset. A default branch — `master` for most enrollments — will be created on the Dataset.
bundled: true