cURL
curl --request POST \ --url https://server.promptwatch.com/api/v2/projects \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "website": "<string>", "countryCode": "<string>", "languageCode": "<string>" } '
{ "id": "6ba7b81a-9dad-11d1-80b4-00c04fd430c8", "name": "Example Project", "slug": "example-project", "website": "https://www.example.com", "createdAt": "2026-03-30T10:15:00.000Z" }
Create a new project (requires org-level API key, X-Project-Id header NOT required)
API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.
Project name
1
Project website URL
Country code (e.g., US)
Language code (e.g., en)
Default Response
Project unique identifier
Project URL slug
Creation timestamp