Skip to main content
Version: 8.x

Clients

Most routes within Gotenberg are designed to accept multipart/form-data requests.

There's no need for a custom client to create these requests, as the majority of programming languages and tools, including cURL, offer native support.

However, due to popular demand, both we and our community have developed a range of clients for ease of use:

In the upcoming routes guide, we'll explore how to utilize the different routes offered by Gotenberg.

While we will provide basic cURL examples, remember that there are numerous methods to create multipart/form-data requests, such as using streams or specifying file locations directly for form files.