cURL
curl --request POST \ --url https://v3-api-beta.snowseo.com/snowseo/v2/topic-clusters \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "teamId": "<string>", "topic": "<string>" } '
Create a new topic cluster.
Technical SEO
Content Marketing
{ "success": true, "topic": { "id": "topic_xyz890", "name": "Content Marketing", "teamId": "team_123" } }
Was this page helpful?