curl --request POST \ --url https://api.projectdiscovery.io/v1/template \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "template": "<string>" }'
{ "message": "<string>", "status": true, "template_id": "<string>" }
Was this page helpful?