Integrations | Rewind.ai
Run 400+ AI tools where you already work: Slack, Zapier, WordPress and other platforms you use every day.
Slack
Run AI tasks from inside Slack. Summarize threads, translate messages or draft content without switching tabs.
Setup GuideWordPress
Add AI text generation, image creation and translation to your WordPress site via a shortcode that calls the Rewind.ai API.
Setup GuideZapier
Trigger AI tasks from any of 5,000+ apps in Zapier. Connect Rewind.ai to your existing workflows without writing code.
Setup GuideREST API
Connect Rewind.ai to your own tools via REST. The endpoint is OpenAI-compatible, so you can drop it into any existing setup with a one-line change.
curl -X POST https://api.rewind.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "qwen/qwen-2.5-72b-instruct", "messages": [{"role": "user", "content": "Summarize this text..."}]}'Full API DocumentationAI for Specific Platforms
Tools tuned to each platform: transcription for YouTube, writing assistants for Shopify, content generators for TikTok and more.
More Integrations
- Chrome Extension: access AI tools on any page you visit
- Bookmarklet: add it to your browser bar and run AI from any site
- REST API: connect Rewind.ai to your own code
- Workflows: pipe the output of one tool into the next
- Request an Integration: let us know which platform you need