The Gotham API is a developer-friendly REST API for interacting with Palantir's Gotham platform. It can be used to build applications on top of Palantir’s products.
The Gotham API is a Representational State Transfer (REST) API consisting of HTTP endpoints. The endpoints use the OAuth 2.0 protocol for authentication and are designed in a common pattern, largely using JSON requests and responses.
The API currently supports capabilities for Gotham's RevDB - an object database backed by a dynamic ontology. You can start exploring the API by using the left navigation bar.
Refer to the Getting started page to begin using the APIs.