Introduction

API Access

Learn how to securely create, manage, and use your API keys on RotateProduct. This guide covers everything you need to know about API access, key management, and best practices for keeping your integration secure.


What is API Access?

API (Application Programming Interface) access allows you to integrate RotateProduct’s powerful 3D product video generation features directly into your own applications, websites, or workflows. With API access, you can automate video creation, manage your credits, and streamline your product showcase process—all programmatically.

Where to Find Your API Settings

You can manage your API keys by visiting the API Settings page in your RotateProduct account. Here, you can create new API keys, view your existing keys, and delete keys you no longer need.

Creating an API Key

  1. Go to Your API Settings after logging into your RotateProduct account.
  2. Click the “Create new API Key” button.
  3. Copy and save your new API key immediately.

Important: For your security, each API key is only shown once. After you leave the page, the key is hashed and cannot be retrieved. Tip: Store your API key in a secure password manager or environment variable.

Deleting an API Key

If you no longer need an API key or believe it may have been compromised:

  1. Go to Your API Settings page.
  2. Find the key you want to delete in your list of active keys.
  3. Click the “Delete”/Trash can button next to the key to confirm deletion.

Once deleted, the API key will no longer work for authentication.


Best Practices for API Key Security

  • Keep your API keys secret. Never share them publicly or commit them to public repositories.
  • Store keys securely. Use environment variables or a password manager.
  • Delete unused keys. Regularly review and remove keys you no longer need.
  • Regenerate if compromised. If you suspect your key has been exposed, delete it and create a new one immediately.

Using Your API Key / Authorization

To authenticate API requests, include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Example using curl:

curl -H "Authorization: Bearer YOUR_API_KEY" \
https://rotateproduct.com/api/v1/generations

Refer to the API documentation for detailed information on available endpoints and usage examples.


Frequently Asked Questions

Q: What happens if I lose my API key?
A: For security reasons, API keys are only shown once and cannot be retrieved. If you lose your key, simply delete it and create a new one.

Q: How many API keys can I create? A: You can create multiple API keys to manage different projects or environments. There may be a limit per account—check your dashboard for details.

Q: Can I restrict API key permissions? A: Currently, all API keys have the same permissions. We recommend creating separate keys for different use cases and deleting them when no longer needed.


Need Help?

If you have any questions or need assistance with API access, please contact our support team at info@rotateproduct.com.

Previous
Getting started