Promptha logoPromptha
AskEditorsAppsTemplatesCreative DBModelsPricingResources
Sign inStart creating

Developers

Build powerful AI applications with the promptha API.

Getting Started

Authentication

All API requests require authentication using an API key. Include your key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Generate your API key from Settings > API Keys in your dashboard.

API Endpoints

Outputs

Access public output and creation metadata

GET
/api/gallery

List public community outputs

GET
/api/ask-templates

Browse Ask starters and creation modes

GET
/api/askgl-query

Browse published AskGL queries

Skills

Execute AI skills

POST
/api/v1/skills/:id/run

Run a skill with parameters

POST
/api/v1/skills/:id/execute

Execute a skill (alternative endpoint)

Knowledge Bases

Manage and query knowledge bases

GET
/api/v1/knowledge-bases

List your knowledge bases

POST
/api/v1/knowledge-bases/:id/query

Query a knowledge base with RAG

POST
/api/v1/knowledge-bases/:id/documents

Add documents to a knowledge base

Prompts

Execute saved prompts

POST
/api/v1/prompts/:id/run

Run a prompt with variables

Example Request

curl -X GET "https://promptha.com/api/gallery?limit=10" \
  -H "Authorization: Bearer YOUR_API_KEY"

Rate Limits

API rate limits depend on your subscription plan:

  • Free: 100 requests/day
  • Pro: 10,000 requests/day
  • Enterprise: Unlimited
Promptha logoPromptha

AI creation workspaces for editors, apps, templates, saved projects, and export-ready content.

Contact

Product

  • Ask
  • Editors
  • Apps
  • Templates
  • Creative DB
  • Pricing

Create

  • Design Editor
  • Image Editor
  • Social Studio
  • Document Studio
  • Story Studio
  • Motion Studio

Resources

  • Models
  • Blog
  • Guides
  • Examples
  • Creative DB
  • Case Studies

Company

  • About
  • Contact
  • Support
  • Privacy
  • Terms

© 2026 Promptha, Inc. All rights reserved.

Sitemap