One Time Secret API
This API provides a secure, efficient solution for creating one-time-use or expiring secret links, ideal for sharing sensitive data like passwords, confidential documents, and private messages. Whether you need to share information via API calls or direct links, this tool ensures your data is protected by generating temporary URLs that automatically expire after a defined time or once accessed.…
One Time Secret API endpoints
| Method | Endpoint | Description |
|---|---|---|
| secret | ||
| GET |
Direct access secret by ID (plain text) /secret/v1/direct/{id} |
Retrieves a specific secret by its ID and returns it in plain text. You can use this link directly to send it to someone |
| PUT |
Create secret /secret/v1 |
Creates and stores a secret for a specific user. This endpoint allows the authenticated user (via Admin or RapidAPI access) to create a secret that will be available for the next… |
| GET |
Get secret by ID /secret/v1/{id} |
Retrieves a specific secret by its ID. This endpoint returns the secret associated with the given ID for the authenticated user. If the secret is one-time-use, it will be deleted… |
One Time Secret API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|