November 2025: REST API v1 launch and OneDrive now available

REST API v1 is live. Build custom integrations, automate workflows, and rename files programmatically with our JSON-first REST API. Plus, OneDrive integration is now available to everyone.

REST API v1

Integrate AI-powered file renaming into your applications, serverless functions, or internal tools. Simple REST endpoints with Bearer token authentication.

  • JSON-first API design—clean request/response format
  • Bearer token authentication—generate tokens in Settings
  • Complete documentation with code examples
  • Rate limiting: 10,000 renames/day, 200 requests/minute
  • Multi-language support (20+ languages)
  • OCR for scanned PDFs included

Example API call:

curl -X POST https://www.renamed.to/api/v1/rename \
  -H "Authorization: Bearer rt_your_token" \
  -F file=@invoice.pdf

View API Documentation →

OneDrive integration now available

OneDrive integration is out of beta and available to all users. Connect your Microsoft OneDrive account and automatically rename files in watched folders.

  • Works with OneDrive Personal and Business accounts
  • SharePoint-compatible for enterprise users
  • Recursive subfolder monitoring
  • Real-time file processing

Connect OneDrive →

Ready to build? Check out the API documentation or connect OneDrive to get started.