Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{subdomain}.mihu.ai/api/v1/builders/{uuid}/files/read \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "path": "<string>", "content": "<string>" } }
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
File path relative to the app root.
File contents.
true
Show child attributes