Turn selected text into polished copy in seconds. From one keyboard shortcut, writers can translate, fix grammar, or change length without switching apps. Perfect for content teams and solo creators who want clean text while they write.
An HTTP webhook receives a request from Apple Shortcuts with two fields: type and content. A Switch node checks the type and routes to one of five OpenAI actions for English, Spanish, grammar, shorter, or longer. Each OpenAI node uses a focused prompt and returns JSON with a single output field. A respond node sends the final text back, so the Shortcut replaces the selected text right away. Line breaks can be returned as HTML br tags to keep formatting in apps that need it.
Setup is simple. You need an OpenAI API key and Apple Shortcuts on macOS or iOS. Map body.content to your text and set body.type to one of english, spanish, grammar, shorter, or longer. Teams cut edit time, avoid copy and paste, and keep tone consistent across content, emails, and docs.