# Overview

The DRESSX API is a RESTful API that allows you to programmatically interact with DRESSX's digital fashion tools. Our API features predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and follows standard HTTP response codes, authentication methods, and verbs. You can use it to create and retrieve results generated by DRESSX, such as 3D meshes, textures, and descriptions, in your own applications.

To get started, you need to know the base URL for the DressX API endpoints:

#### BASE URL

```
https://api.dressx.com
```

## How to Use These Docs

These docs are designed to help you get started with DRESSX as quickly as possible. They cover all the key features of DRESSX’s digital fashion tools and provide detailed information on how to use them.

On the left side of the page, you'll find a sidebar with links to all the main sections of the documentation. You can use this sidebar to navigate to the section you're interested in.

For quick access to a specific page, you can use the search bar at the top, or the search shortcut (Ctrl+K or Cmd+K).
