Authentication
How to authenticate to our API
Retrieve your API secret
- Open app.runway.com
- Go to settings (bottom left menu)
- Click on API in the settings modal
- 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