cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/template/{template_id} \ --header 'X-API-Key: <api-key>'
{ "prompt": "<string>", "message": "<string>", "template": "<string>", "is_public": true }
Get private template text using ID
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
unique Id of template
Example response
The response is of type object.
object
Was this page helpful?