检索文件
Last updated
Last updated
curl https://api.portkey.ai/v1/files/file-abc123 \
-H "x-portkey-api-key: $PORTKEY_API_KEY" \
-H "x-portkey-virtual-key: $PORTKEY_PROVIDER_VIRTUAL_KEY"
{
"id": "text",
"bytes": 1,
"created_at": 1,
"filename": "text",
"object": "file",
"purpose": "assistants"
}