Getting Started
Overview Supported Languages File Types Test Mode Postman Collection Tools and APIsPricing
Pricing Calculate Credit Usage Pricing per ToolDeveloper Guides
API Overview Authentication Errors Combine Workflows Performance PDF Generation API ReferenceSupported Languages
Java C# JavaScript Python PHP Other Languages Deployment Options Security Privacy Support About NutrientAuthentication
Nutrient DWS API uses an HTTP authentication header to map each request made to the API to the user making the request. You’re required to provide your API token in the authentication header with each request you make. Otherwise, an error will be returned by the API.
The authentication header has the following shape:
HTTP
Authorization: Bearer your_api_key_here
your_api_key_here
can be either your live API key or your test API key.