Switch language

Sandbox

Explore every endpoint with simulated responses — no credentials required.

POST /authorize

Authorize

Obtain a Bearer access token using account credentials or API keys.

Account username

Account password

Public API key

Secret API key

Reset form

Click "Send request" to see a simulated response.

Code Examples

curl -X POST "https://rediafile.com/cloud/api/v2/authorize" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "username=admin" \
  -d "password=secret123" \
  -d "api_key=pk_live_xxxxxxxx" \
  -d "api_secret=sk_live_xxxxxxxx"