cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/template/share \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "template_id": "<string>", "is_public": true } '
{ "message": "<string>", "template_id": "<string>", "status": true }
Share a private template (shared-with-link)
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response