Ask Runway AI Copilot

Authentication

How to authenticate to our API

Retrieve your API secret

  1. Open app.runway.com
  1. Go to settings (bottom left menu)
  1. Click on API in the settings modal
  1. Copy your API secret

Add your API Secret to your API calls

To authenticate your API calls to Runway, please attach your secret to the Authorization header:

Authorization: Bearer ${RUNWAY_API_SECRET}

// or via curl:
curl -H "Authorization: Bearer ${RUNWAY_API_SECRET}"
 
 
Did this answer your question?
😞
😐
🤩

Last updated on February 17, 2023