Launching Soon

Promotica API

Programmatic access to 1M+ prompts, categories, and search. Fast, secure, and built for scale.

Preview endpoints
OAuth or API Key
Secure authentication
1
2
3
4
5
curl -s -H "Authorization: Bearer " \
https://your-domain.com/api/v1/prompts/?q=landing+page
{
  "count": 24, "results": [/* ... */]
}

Endpoints preview

v1
GET
List Prompts
Get a paginated list of prompts
/api/v1/prompts/
GET
Get Prompt
Get details of a specific prompt
/api/v1/prompts/{id}/
GET
List Categories
Get all available categories
/api/v1/prompts/categories/
Blazing performance
Global edge caching and pagination
Secure by design
Rate limiting, scopes, audit logs
Easy integration
SDKs for Python and JS planned