We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f99b6f commit e53d33fCopy full SHA for e53d33f
README.md
@@ -68,7 +68,7 @@ JSON2Video makes video creation easy as a piece of cake:
68
69
// Set your API key
70
// Get your free API key at https://json2video.com
71
- $movie->setAPIKey('7SsNlCEwaB6uZoz0jpZnI3D0b0EZyW1KASxQjYm1');
+ $movie->setAPIKey(YOUR_API_KEY);
72
73
// Set movie quality: low, medium, high
74
$movie->quality = 'high';
0 commit comments