# ai_media_orgs_users_video_script_generation_text_create Endpoint to generate video scripts from a text. The request body should be a JSON with your text, like below: {"text": "Generate a script about a campus comedy."} Example response: {"script": "hello this is a video script."} Endpoint: POST /api/ai-media/orgs/{org}/users/{user_id}/video-script-generation/text/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields