cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/template/ai \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "prompt": "<string>" } '
{ "message": "<string>", "template_id": "<string>", "completion": "<string>", "name": "<string>" }
Generate a private template with AI Engine
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response