cURL
curl --request GET \ --url https://api.example.com/api/public/v2/prompts/{promptName}
{ "type": "<string>", "name": "<string>", "version": 123, "config": null, "labels": [ { "label": "<string>" } ], "tags": [ { "tag": "<string>" } ], "prompt": [ { "role": "<string>", "content": "<string>" } ] }
Endpoint to get a prompt on toolzz analytics
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show Request
Show items