How do I convert a Playground request to an API request?

Last updated: March 8, 2026

You can copy the exact API payload from a completed task in the Runware Playground and use it directly in your API request.

This ensures your API call uses the same model, parameters, and inputs that worked in the Playground.

Steps to copy the API request

  1. Open your completed task in the Playground

  2. Click the three-dot menu on the right side of the task

  3. Select Show Request

  4. Copy the request JSON

  5. Use this JSON directly in your API call

Why this is useful

Copying the request from the Playground allows you to:

  • Reuse a working configuration

  • Avoid manually rebuilding parameters

  • Ensure the API request matches your Playground setup

This is often the easiest way to move from testing in the Playground to integrating the request into your application.