Skip to main content

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 Guide

WordPress

Add AI text generation, image creation and translation to your WordPress site via a shortcode that calls the Rewind.ai API.

Setup Guide

Zapier

Trigger AI tasks from any of 5,000+ apps in Zapier. Connect Rewind.ai to your existing workflows without writing code.

Setup Guide

REST 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 Documentation

AI for Specific Platforms

Tools tuned to each platform: transcription for YouTube, writing assistants for Shopify, content generators for TikTok and more.

More Integrations

FAQ

Current integrations cover Slack, WordPress and Zapier. A Chrome extension is on the roadmap. There is also a REST API and a bookmarklet for quick access. The API follows the OpenAI-compatible format, so any tool that speaks that format can connect.

Yes. The REST API uses OpenAI-compatible endpoints. To switch an existing integration, update the base URL and your API key. No other code changes are required.

Yes. Pair the Rewind.ai API with Slack incoming webhooks to send AI results into any channel. You trigger the request from your workflow and the response comes back directly in Slack. The Slack integration guide walks through each step.

Yes. Add a custom shortcode to WordPress that calls the Rewind.ai API. This covers text generation, image creation, translation and text-to-speech on your posts and pages.

Add a Webhooks by Zapier action that points to the Rewind.ai API endpoint. From there you can pass AI output to any of 5,000+ apps in your Zap, with no coding on your end. The Zapier integration guide has a step-by-step walkthrough.

Yes. Generate a free API key on the developer settings page. Include it as a Bearer token in each request header. Without it, the API will reject the call.

Yes. Send standard HTTP requests with JSON payloads to the REST API to reach all 200+ tools and 400+ models. Code examples in Python, JavaScript and cURL are in the docs.

Yes. API access works on free and paid accounts alike. The daily token limit that applies to web usage also applies to API calls made through integrations.

Yes. Submit your request via the contact form. Priority is based on how many users ask for the same integration and how practical the build is.

Yes. Every API call through an integration draws from your account token balance, the same as using the tools on the site. If you need high volume at low cost, self-hosted models are the most economical option.

Yes. Free accounts follow the standard rate limits. Paid plans allow more requests per minute, and enterprise plans can be configured to match your specific usage patterns.

Love Rewind.ai? Tell your friends!

Rate this page