File search and file tags

Uploadcare REST API v0.7 now supports file search and file tagging.

File search (POST /files/search/) supports:

  • Full-text, exact, and fuzzy queries across filename, metadata, and MIME type
  • Tag, date, size, and image type filters
  • Pagination up to 1000 results with highlighted matched tokens

File tags can be assigned at upload or managed via dedicated REST endpoints (get, replace, add, delete). The tags field is included in all file info responses in v0.7.

Learn more in the File search documentation and File tags documentation.