A valid request URL is required to generate request examples{
"code": 123,
"error": "<string>",
"msg": "<string>",
"data": {
"content": {
"raw": "<string>",
"type": "<string>"
},
"mime": "<string>",
"path": "<string>",
"url": "<string>"
}
}Get file content or download URL from agent skill by skill name and file path. If the file is a text-based file (parseable), returns parsed content. Otherwise, returns a presigned download URL.
A valid request URL is required to generate request examples{
"code": 123,
"error": "<string>",
"msg": "<string>",
"data": {
"content": {
"raw": "<string>",
"type": "<string>"
},
"mime": "<string>",
"path": "<string>",
"url": "<string>"
}
}Project Bearer token (e.g., "Bearer sk-ac-xxxx")
Agent skill name
Relative file path from skill root
Expire time in seconds for presigned URL (default: 900)