FilesFileidExists
/files/{fileId}/exists
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Path Parameters
fileId*string
Format
uuidResponse Body
application/json
curl -X GET "https://api.speaknode.com/api/files/497f6eca-6276-4993-bfeb-53cbbbba6f08/exists"{
"exists": true
}Searches the documentation via the Fumadocs Orama search endpoint. Returns matched pages with title/url and matching text snippets. Use this FIRST before calling M:AspNetBackend.API.Controllers.DocsController.Read(System.String,System.Threading.CancellationToken) — it's faster and gives you the relevant fragments without downloading full pages. GET
Previous Page
/files/generate-upload-url POST
Next Page