---
title: "Supported languages"
canonical_url: "https://www.nutrient.io/guides/dws-processor/supported-languages/"
md_url: "https://www.nutrient.io/guides/dws-processor/supported-languages.md"
last_updated: "2026-05-27T21:01:12.686Z"
description: "Nutrient DWS Processor API works with all programming languages that support HTTP requests, including Java, C#, JavaScript, Python, and PHP."
---

# Supported languages

Nutrient DWS Processor API is supported by all languages that enable you to make HTTP requests. If you need the fastest path back to implementation or endpoint documentation, continue to [getting started](/guides/dws-processor/getting-started.md), the [REST API reference](/api/reference/public/), or the [Processor API overview](/api/processor-api/). We have guides for the following languages to make getting started even easier:

Java

[Read more](https://www.nutrient.io/guides/dws-processor/supported-languages/java.md)

C#

[Read more](https://www.nutrient.io/guides/dws-processor/supported-languages/csharp.md)

JavaScript

[Read more](https://www.nutrient.io/guides/dws-processor/supported-languages/javascript.md)

Python

[Read more](https://www.nutrient.io/guides/dws-processor/supported-languages/python.md)

PHP

[Read more](https://www.nutrient.io/guides/dws-processor/supported-languages/php.md)

## Your language isn’t listed?

Since Nutrient DWS Processor API is a language-independent HTTP API, you can use it from any language, even if it isn’t listed above. The only requirement is that the HTTP client you use must be able to send standard `multipart/form-data` requests.
---

## Related pages

- [DWS Processor API with C#](/guides/dws-processor/supported-languages/csharp.md)
- [DWS Processor API with PHP](/guides/dws-processor/supported-languages/php.md)
- [Enable enhanced code completion and documentation for Claude Code using the Nutrient DWS SDK.](/guides/dws-processor/supported-languages/javascript.md)
- [Enable enhanced code completion and documentation for Claude Code using the Nutrient DWS SDK.](/guides/dws-processor/supported-languages/python.md)
- [DWS Processor API with other languages](/guides/dws-processor/supported-languages/other.md)
- [DWS Processor API with Java](/guides/dws-processor/supported-languages/java.md)

