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
Show Request
Show items