Comment on page
APIs
Click the button below to redirect to Postman
get
https://your-site.com
/wp-json/filebird/public/v1/folder/?folder_id=
Get Folder Detail
get
https://your-site.com
/wp-json/filebird/public/v1/folders
Get Folders
post
https://your-site.com
/wp-json/filebird/public/v1/folders
Create New Folder
get
https://your-site.com
/wp-json/filebird/public/v1/attachment-id/?folder_id=
Get Attachment Ids by Folder Id
post
https://your-site.com
/wp-json/filebird/public/v1/folder/set-attachment
Add attachment(s) to folder
set folder = 0 to move images from those folders to Uncategorized
get
https://your-site.com
/wp-json/filebird/public/v1/attachment-count/?folder_id=
Get Attachment Count by Folder Id
Last modified 23d ago