Pluslide LogoPluslide
Call API

Authentication

Learn how to authenticate with the Pluslide API using API keys.

All Pluslide API requests require authentication using API keys.

API Key Authentication

Include your API key in the Authorization header using the Bearer scheme:

Example Request

curl -X POST "https://api.pluslide.com/v1/project/export" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"projectId": "proj_123", "presentation": {...}}'

Creating API Keys

  1. Log in to your Pluslide account
  2. Navigate to API Tokens
  3. Click "Add Token"
  4. Enter a descriptive name
  5. Copy and securely store the generated key

Important: The API key is only displayed once at creation. Store it securely.

On this page