Folders
Summary of Endpoints
Get Folder Projects
get
Get all projects in a folder, or in the home folder of a workspace.
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
folderIdstringRequired
Folder/Workspace/Space ID
Responses
200
Projects
application/json
4XX
Error description
application/json
get
/folders/{folderId}/projectsGenerate Agent in Folder
post
Generate agent based on input text prompts
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
folderIdstringRequired
Body
textstringRequired
Responses
200
Default response
application/json
4XX
Error description
application/json
post
/folders/{folderId}/agent-generateCreate Agent in Folder
post
Create an agent in a folder, or in the home folder of a workspace.
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
folderIdstringRequired
Body
namestringRequired
dataany ofRequired
or
Responses
200
Default response
application/json
4XX
Error description
application/json
post
/folders/{folderId}/agentsGet Folder Agents
get
Get agents in a folder.
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
folderIdstringRequired
Query parameters
limitnumberOptionalDefault:
20pagenumberOptionalDefault:
1Responses
200
Agents
application/json
4XX
Error description
application/json
get
/folders/{folderId}/agentsGet Folder Medias
get
Get medias in a folder
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
folderIdstringRequired
Query parameters
limitnumberOptionalDefault:
100pagenumberOptionalDefault:
1Responses
200
Medias
application/json
4XX
Error description
application/json
get
/folders/{folderId}/mediasGet Folder Project Templates
get
Get projects templates in a folder.
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
folderIdstringRequired
Query parameters
limitnumberOptionalDefault:
20pagenumberOptionalDefault:
1Responses
200
Project Templates
application/json
4XX
Error description
application/json
get
/folders/{folderId}/project-templatesLast updated