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

StatusDescription
200Prompt tags
401Unauthorized
429Rate limited
500Internal error