cURL
curl --request GET \ --url https://www.getsnippets.ai/api/prompts/tags \ --header 'Authorization: Bearer <token>'
200
Example
{ "success": true, "data": [ {} ], "usage": { "remainingRequests": 123, "usageDeducted": 123 }}
Retrieves multiple tags by their IDs. API Cost: N requests (one per accessible tag).
API key authentication using Bearer token. Include your API key in the Authorization header.
Comma-separated list of tag IDs or JSON array
Tags retrieved successfully
true
Show child attributes