v1
latestOpenAPI 3.1.02026-07-13305453.8 KBTags
Create tag
Create a new tag. Requires a private API key.
post/v1/tags
Request body
Example request
{
"name": "JavaScript",
"slug": "javascript",
"description": "JavaScript tutorials and guides"
}Response
Tag created successfully
Example response
{
"tag": {
"id": "cryitfjp4567no07ygqadhm1",
"name": "JavaScript",
"slug": "javascript",
"description": "JavaScript tutorials and guides"
}
}