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://api.boostgpt.co/v1/bot/workspace/file \ --header 'Authorization: Bearer <token>'
{ "file": { "uuid": "<string>", "file_path": "<string>", "language": "<string>", "content": "<string>", "version": 123, "size_bytes": 123, "created_at": "<string>", "updated_at": "<string>" } }
Read a single file from a workspace
Enter your API key
Project ID
Agent ID
Workspace UUID
File UUID
File content
Show child attributes
Was this page helpful?