Cloud API#
General |
Global Cloud API |
North American API |
---|---|---|
New to Melissa Cloud Services?#
We highly recommend first time users of our web services to review our Using Melissa Cloud APIs section. It will cover critical topics like:
Development Packages#
If you wish to utilize the Melissa Cloud APIs in your development environment, our Cloud API Packages provide a seamless, easy-to-use interface for integration into your applications
C# (.NET) via NuGet#
Install using Visual Studio (Manage NuGet Packages for Solution) or with .NET CLI:
dotnet add package MelissaData.CloudAPI
Python via pip#
Install using the Python Package Index (PyPI) by running the pip command in your terminal or command prompt:
pip install melissadatacloudapi
Please refer to the Melissa Cloud API Packages documentation for more detailed instructions.