curl --request GET \
--url https://api.getsly.ai/v1/v1/capabilities/protocols \
--header 'Authorization: Bearer <token>'{
"data": [
{
"protocol": "<string>",
"version": "<string>",
"spec_url": "<string>",
"endpoints": [
"<string>"
]
}
]
}curl --request GET \
--url https://api.getsly.ai/v1/v1/capabilities/protocols \
--header 'Authorization: Bearer <token>'{
"data": [
{
"protocol": "<string>",
"version": "<string>",
"spec_url": "<string>",
"endpoints": [
"<string>"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.