简体中文
cURL
curl --request GET \ --url https://geekai.co/api/v1/file/{uuid}/content \ --header 'Authorization: Bearer <token>'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending" }
根据文件UUID获取文件内容,支持不同的返回格式和过滤选项。
curl --location --request GET 'https://geekai.co/api/v1/file/27f9ab4d-137b-4bb3-bcca-ea28f2f89e95/content' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}'
JWT认证token
文件唯一标识符
成功响应
The response is of type object.
object