curl --request GET \
--url https://api.example.com/v1/fun/magic-8-ball \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Ask the Magic 8-Ball.
curl --request GET \
--url https://api.example.com/v1/fun/magic-8-ball \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.tinyfn.io/docs/llms.txt
Use this file to discover all available pages before exploring further.