Skip to main content

Get started

Welcome to Pluslide's Developer Platform! Use our APIs to create beautiful presentations with dynamic data.

Pluslide offers a RESTful API that generate customized presentations on demand. Simply design your template once using our intuitive drag-and-drop editor, then use the API to fill it with your dynamic data.

For API-specific documentation, check the API Reference in the left menu.

For details about how Pluslide's API works, keep reading!

Pluslide account requirements

All you need is a Pluslide account to use our API — there's no special developer account.

Some features require a paid plan, like custom branding, and higher quota limits. However, developer features and API access are available for free plan with appropriate credit allocation.

Request and response format

Pluslide's API uses the HTTP protocols POST, PUT, GET, and DELETE for requests. It returns responses in JSON data format.

Base URL

The base URL for Pluslide's API is https://appdev.mexus.cc.

Rate limits

For the Pluslide API, you can send five requests per second, per account.

Contact us if you need increased limits for high-volume operations.

Errors

If your request causes an error, the response will contain an error object that includes information to help you resolve the problem. The error object includes the HTTP status code, an error code specific to Pluslide, an error message, and sometimes additional details about what went wrong.

For details about how our API handles errors, check out the Error Handling section.

Ready to use our API?

If you don't have a Pluslide account, take a quick detour to sign up first.

To use Pluslide's API, you'll need to create an API key in your account dashboard. Your API key gives you secure access to the Pluslide API and allows you to make authenticated requests.

If you already have your API key, check out the documentation for the specific endpoints you're interested in — click the API Reference in the main menu to your left.

Ready to see what Pluslide can do? Follow our Quick Start Guide to create your first dynamic presentation with just a few API calls.