FS
FS API endpoints
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "http://localhost:3013/api/fs/agent-credentials" \ -H "Content-Type: application/json" \ -d '{}'Empty
Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Response Body
curl -X GET "http://localhost:3013/api/fs/capabilities"Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Path Parameters
taskId*string
Format
uuidResponse Body
curl -X GET "http://localhost:3013/api/fs/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/files"Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Path Parameters
taskId*string
Format
uuidQuery Parameters
name*string
Length
1 <= lengthintent?string
description?string
isPrimary?string
Value in
"true" | "false"Response Body
curl -X POST "http://localhost:3013/api/fs/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/files?name=string"Empty
Empty
Empty
Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Path Parameters
taskId*string
Format
uuidattachmentId*string
Format
uuidResponse Body
curl -X DELETE "http://localhost:3013/api/fs/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/files/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Path Parameters
taskId*string
Format
uuidattachmentId*string
Format
uuidResponse Body
curl -X GET "http://localhost:3013/api/fs/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/files/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Path Parameters
taskId*string
Format
uuidattachmentId*string
Format
uuidResponse Body
curl -X GET "http://localhost:3013/api/fs/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/files/497f6eca-6276-4993-bfeb-53cbbbba6f08/raw"Empty
Empty
Authorization
bearerAuth AuthorizationBearer <token>
API key via Authorization: Bearer <API_KEY>
In: header
Path Parameters
taskId*string
Format
uuidattachmentId*string
Format
uuidQuery Parameters
expiresIn?integer
Range
0 < value <= 3600Response Body
curl -X GET "http://localhost:3013/api/fs/tasks/497f6eca-6276-4993-bfeb-53cbbbba6f08/files/497f6eca-6276-4993-bfeb-53cbbbba6f08/signed-url"Empty
Empty
Empty