Skip to main content

Get your API key

1

Sign up

Create an account at platform.decart.ai
2

Create an API Key

Navigate to API Keys and create a new API Key
3

Copy key

Copy your API key

Use your API key

Pass your API key when making requests:
curl -X POST https://api.decart.ai/v1/generate/lucy-pro-v2v \
  -H "X-API-KEY: $DECART_API_KEY" \
  -F "data=@video.mp4" \
  -F "prompt=Transform to anime style" \
  --output transformed.mp4

Best practices

Never hardcode API keys in your code. Use environment variables.
  • Store keys in environment variables
  • Rotate keys regularly
  • Use different keys for development and production

Need help?

I