Skip to main content
GET
/
resumes
/
tags
List all resume tags
curl --request GET \
  --url http://localhost:3000/api/openapi/resumes/tags \
  --header 'x-api-key: <api-key>'
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://docs.rxresu.me/llms.txt

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

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Response

200 - application/json

A sorted array of unique tag strings.