Skip to main content
GET
/
tags
Get multiple tags
curl --request GET \
  --url https://www.getsnippets.ai/api/prompts/tags \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {}
  ],
  "usage": {
    "remainingRequests": 123,
    "usageDeducted": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.getsnippets.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication using Bearer token. Include your API key in the Authorization header.

Query Parameters

ids
string
required

Comma-separated list of tag IDs or JSON array

Response

Tags retrieved successfully

success
boolean
Example:

true

data
object[]
usage
object