cURL
curl --request GET \ --url https://api.promptmetrics.dev/template/prompts \ --header 'Authorization: Bearer <token>'
{ "responseData": { "data": [ { "_id": "64fd123abc", "name": "Customer Support Prompt", "description": "Handles customer queries", "is_folder": false } ] } }
List only prompt templates (excludes folders) for dropdown or selection usage.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of prompt templates
Show child attributes