Read File Content
$ llamacloud-prod files get
GET/api/v1/beta/files/{file_id}/content
Get a presigned URL to download the file content.
Read File Content
llamacloud-prod files get \
--api-key 'My API Key' \
--file-id 182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e{
"expires_at": "2019-12-27T18:11:19.117Z",
"url": "https://example.com",
"form_fields": {
"foo": "string"
}
}Returns Examples
{
"expires_at": "2019-12-27T18:11:19.117Z",
"url": "https://example.com",
"form_fields": {
"foo": "string"
}
}