# Redis Software REST API objects

```json metadata
{
  "title": "Redis Software REST API objects",
  "description": "Documents the objects used with Redis Software REST API calls.",
  "categories": ["docs","operate","rs"],
  "tableOfContents": {"sections":[]}

,
  "codeExamples": []
}
```
Certain [REST API requests](https://redis.io/docs/latest/operate/rs/references/rest-api/requests) require you to include specific objects in the request body. Many requests also return objects in the response body.

Both REST API requests and responses represent these objects as [JSON](https://www.json.org).



