# Introduction

## Overview

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

When interacting with the API, we highly recommend using the [redivis-r](/api/client-libraries/redivis-r.md) or [redivis-python](/api/client-libraries/redivis-python.md) client libraries, which provide programmatic interfaces for interacting with the low-level [REST API](/api/rest-api/general-structure.md).

{% hint style="info" %}
Before getting started, it is important to familiarize yourself with how [resources are referenced ](/api/referencing-resources.md)on Redivis.
{% endhint %}

## 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.&#x20;

All methods, request properties, and status codes inherit from the behavior outlined in the [General structure](/api/rest-api/general-structure.md) section. All definitions of REST resources are provided under the "Resource definitions" header.&#x20;

## Examples

{% content-ref url="/pages/-Ma\_x25HWtV2vWk62KaO" %}
[redivis-python](/api/client-libraries/redivis-python.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MbEPCB1eSMx1gB-g5n-" %}
[redivis-r](/api/client-libraries/redivis-r.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LzwuGUzctThLjdZ8D2t" %}
[redivis-js](/api/client-libraries/redivis-js.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.redivis.com/api/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
