Introduction

Overview

The Redivis API is designed to give users and applications programmatic interfaces for the Redivis platform.

When interacting with the API, we highly recommend using the redivis-r or redivis-python client libraries, which provide programmatic interfaces for interacting with the low-level REST API.

Before getting started, it is important to familiarize yourself with how resources are referenced on Redivis.

API Design

This API leverages a RESTful, resource-oriented design. Our goal is to provide a consistency across methods while allowing for an expressive interface.

All methods, request properties, and status codes inherit from the behavior outlined in the General structure section. All definitions of REST resources are provided under the "Resource definitions" header.

Examples

pageredivis-pythonpageredivis-jspageredivis-r

Last updated