curl -X POST "https://api.chatgrid.ai/v1/boards/a1b2c3d4-e5f6-7890-abcd-ef1234567890/assets" \
-H "Authorization: Bearer cgk_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" \
-F "file=@/path/to/report.pdf"
{
"object": "asset",
"data": {
"id": "aabb1122-3344-5566-7788-99aabbccddee",
"url": "https://storage.chatgrid.ai/board-files/usr_123/brd_456/1711843260000-report.pdf",
"filename": "report.pdf",
"size": 245760,
"content_type": "application/pdf"
}
}
Upload a file to a board’s asset storage.
curl -X POST "https://api.chatgrid.ai/v1/boards/a1b2c3d4-e5f6-7890-abcd-ef1234567890/assets" \
-H "Authorization: Bearer cgk_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" \
-F "file=@/path/to/report.pdf"
{
"object": "asset",
"data": {
"id": "aabb1122-3344-5566-7788-99aabbccddee",
"url": "https://storage.chatgrid.ai/board-files/usr_123/brd_456/1711843260000-report.pdf",
"filename": "report.pdf",
"size": 245760,
"content_type": "application/pdf"
}
}
multipart/form-data.image/png, image/jpeg, image/gif, image/webp, image/svg+xmlapplication/pdf, .docx, .xlsx, .pptxtext/plain, text/csvaudio/mpeg, audio/wavvideo/mp4curl -X POST "https://api.chatgrid.ai/v1/boards/a1b2c3d4-e5f6-7890-abcd-ef1234567890/assets" \
-H "Authorization: Bearer cgk_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" \
-F "file=@/path/to/report.pdf"
{
"object": "asset",
"data": {
"id": "aabb1122-3344-5566-7788-99aabbccddee",
"url": "https://storage.chatgrid.ai/board-files/usr_123/brd_456/1711843260000-report.pdf",
"filename": "report.pdf",
"size": 245760,
"content_type": "application/pdf"
}
}