Get prompt tags for the project
Returns all prompt-tag mappings for the project, indexed by both prompt ID and prompt text.
GET /settings/tags
Get prompt tags for the project
Returns all prompt-tag mappings for the project, indexed by both prompt ID and prompt text.
Authentication: API key required (Bearer token)
Request Example
curl -X GET https://sellm.io/api/v1/settings/tags \
-H "Authorization: Bearer sellm_your_api_key_here"
Responses
| Status | Description |
|---|---|
200 | Prompt tags |
401 | Unauthorized |
429 | Rate limited |
500 | Internal error |