Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supahub.com/llms.txt

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

GET
method
/tags/:tagId
path

Path Parameters

tagId
string
required
Identifier of the tag being requested.
// Replace API_KEY with your api key and :tagId with tag id
curl --location 'https://api.supahub.com/api/v1/tags/:tagId' \
--header 'Authorization: Bearer API_KEY'