# ai_finetuning_v1_org_user_datasets_create Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin Endpoint: POST /api/ai-finetuning/v1/org/{org}/user/{username}/datasets/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `username` (string, required) ## Request fields (application/json): - `name` (string, required) - `source_url` (string) - `source_file` (string) - `num_data_points` (integer) - `train_split` (number) - `prompt` (string) (if any) Special instructions for generating the dataset. This could be requirements on tone, language, style, etc. ## Response 201 fields (application/json): - `id` (string, required) - `name` (string, required) - `source_url` (string) - `source_file` (string) - `num_data_points` (integer) - `train_split` (number) - `prompt` (string) (if any) Special instructions for generating the dataset. This could be requirements on tone, language, style, etc.