magic_hour 0.38.1__tar.gz → 0.39.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of magic_hour might be problematic. Click here for more details.

Files changed (209) hide show
  1. {magic_hour-0.38.1 → magic_hour-0.39.0}/PKG-INFO +1 -1
  2. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/README.md +1 -3
  3. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/environment.py +1 -1
  4. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/README.md +0 -2
  5. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_clothes_changer/README.md +3 -3
  6. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_face_editor/README.md +3 -2
  7. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_gif_generator/README.md +4 -2
  8. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_headshot_generator/README.md +3 -2
  9. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_editor/README.md +3 -2
  10. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_generator/README.md +3 -2
  11. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_upscaler/README.md +3 -2
  12. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_meme_generator/README.md +3 -2
  13. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_photo_editor/README.md +3 -2
  14. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_qr_code_generator/README.md +3 -2
  15. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_talking_photo/README.md +4 -3
  16. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/animation/README.md +3 -2
  17. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/auto_subtitle_generator/README.md +3 -2
  18. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_detection/README.md +3 -2
  19. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_swap/README.md +4 -2
  20. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_swap_photo/README.md +3 -2
  21. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/files/README.md +3 -1
  22. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/files/upload_urls/README.md +2 -5
  23. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_background_remover/README.md +3 -2
  24. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_projects/README.md +3 -2
  25. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_to_video/README.md +3 -2
  26. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/lip_sync/README.md +3 -2
  27. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/photo_colorizer/README.md +3 -2
  28. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/text_to_video/README.md +3 -2
  29. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/video_projects/README.md +3 -2
  30. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/video_to_video/README.md +3 -2
  31. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_video_to_video_create_body_style.py +2 -0
  32. {magic_hour-0.38.1 → magic_hour-0.39.0}/pyproject.toml +1 -1
  33. {magic_hour-0.38.1 → magic_hour-0.39.0}/LICENSE +0 -0
  34. {magic_hour-0.38.1 → magic_hour-0.39.0}/README.md +0 -0
  35. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/__init__.py +0 -0
  36. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/client.py +0 -0
  37. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/helpers/__init__.py +0 -0
  38. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/helpers/download.py +0 -0
  39. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/helpers/logger.py +0 -0
  40. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/__init__.py +0 -0
  41. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_clothes_changer/__init__.py +0 -0
  42. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_clothes_changer/client.py +0 -0
  43. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_face_editor/__init__.py +0 -0
  44. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_face_editor/client.py +0 -0
  45. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_gif_generator/__init__.py +0 -0
  46. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_gif_generator/client.py +0 -0
  47. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_headshot_generator/__init__.py +0 -0
  48. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_headshot_generator/client.py +0 -0
  49. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_editor/__init__.py +0 -0
  50. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_editor/client.py +0 -0
  51. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_generator/__init__.py +0 -0
  52. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_generator/client.py +0 -0
  53. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_upscaler/__init__.py +0 -0
  54. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_image_upscaler/client.py +0 -0
  55. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_meme_generator/__init__.py +0 -0
  56. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_meme_generator/client.py +0 -0
  57. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_photo_editor/__init__.py +0 -0
  58. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_photo_editor/client.py +0 -0
  59. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_qr_code_generator/__init__.py +0 -0
  60. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_qr_code_generator/client.py +0 -0
  61. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_talking_photo/__init__.py +0 -0
  62. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/ai_talking_photo/client.py +0 -0
  63. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/animation/__init__.py +0 -0
  64. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/animation/client.py +0 -0
  65. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/auto_subtitle_generator/__init__.py +0 -0
  66. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/auto_subtitle_generator/client.py +0 -0
  67. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/client.py +0 -0
  68. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_detection/__init__.py +0 -0
  69. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_detection/client.py +0 -0
  70. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_swap/__init__.py +0 -0
  71. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_swap/client.py +0 -0
  72. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_swap_photo/__init__.py +0 -0
  73. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/face_swap_photo/client.py +0 -0
  74. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/files/__init__.py +0 -0
  75. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/files/client.py +0 -0
  76. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/files/client_test.py +0 -0
  77. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/files/upload_urls/__init__.py +0 -0
  78. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/files/upload_urls/client.py +0 -0
  79. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_background_remover/__init__.py +0 -0
  80. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_background_remover/client.py +0 -0
  81. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_projects/__init__.py +0 -0
  82. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_projects/client.py +0 -0
  83. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_projects/client_test.py +0 -0
  84. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_to_video/__init__.py +0 -0
  85. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/image_to_video/client.py +0 -0
  86. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/lip_sync/__init__.py +0 -0
  87. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/lip_sync/client.py +0 -0
  88. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/photo_colorizer/__init__.py +0 -0
  89. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/photo_colorizer/client.py +0 -0
  90. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/text_to_video/__init__.py +0 -0
  91. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/text_to_video/client.py +0 -0
  92. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/video_projects/__init__.py +0 -0
  93. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/video_projects/client.py +0 -0
  94. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/video_projects/client_test.py +0 -0
  95. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/video_to_video/__init__.py +0 -0
  96. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/resources/v1/video_to_video/client.py +0 -0
  97. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/__init__.py +0 -0
  98. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_clothes_changer_create_response.py +0 -0
  99. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_face_editor_create_response.py +0 -0
  100. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_gif_generator_create_response.py +0 -0
  101. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_headshot_generator_create_response.py +0 -0
  102. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_image_editor_create_response.py +0 -0
  103. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_image_generator_create_response.py +0 -0
  104. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_image_upscaler_create_response.py +0 -0
  105. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_meme_generator_create_response.py +0 -0
  106. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_photo_editor_create_response.py +0 -0
  107. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_qr_code_generator_create_response.py +0 -0
  108. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_ai_talking_photo_create_response.py +0 -0
  109. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_animation_create_response.py +0 -0
  110. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_auto_subtitle_generator_create_response.py +0 -0
  111. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_face_detection_create_response.py +0 -0
  112. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_face_detection_get_response.py +0 -0
  113. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_face_detection_get_response_faces_item.py +0 -0
  114. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_face_swap_create_response.py +0 -0
  115. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_face_swap_photo_create_response.py +0 -0
  116. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_files_upload_urls_create_response.py +0 -0
  117. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_files_upload_urls_create_response_items_item.py +0 -0
  118. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_image_background_remover_create_response.py +0 -0
  119. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_image_projects_get_response.py +0 -0
  120. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_image_projects_get_response_downloads_item.py +0 -0
  121. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_image_projects_get_response_error.py +0 -0
  122. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_image_to_video_create_response.py +0 -0
  123. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_lip_sync_create_response.py +0 -0
  124. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_photo_colorizer_create_response.py +0 -0
  125. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_text_to_video_create_response.py +0 -0
  126. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_video_projects_get_response.py +0 -0
  127. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_video_projects_get_response_download.py +0 -0
  128. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_video_projects_get_response_downloads_item.py +0 -0
  129. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_video_projects_get_response_error.py +0 -0
  130. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/models/v1_video_to_video_create_response.py +0 -0
  131. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/__init__.py +0 -0
  132. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_clothes_changer_create_body.py +0 -0
  133. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_clothes_changer_create_body_assets.py +0 -0
  134. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_clothes_changer_generate_body_assets.py +0 -0
  135. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_face_editor_create_body.py +0 -0
  136. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_face_editor_create_body_assets.py +0 -0
  137. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_face_editor_create_body_style.py +0 -0
  138. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_face_editor_generate_body_assets.py +0 -0
  139. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_gif_generator_create_body.py +0 -0
  140. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_gif_generator_create_body_style.py +0 -0
  141. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_headshot_generator_create_body.py +0 -0
  142. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_headshot_generator_create_body_assets.py +0 -0
  143. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_headshot_generator_create_body_style.py +0 -0
  144. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_headshot_generator_generate_body_assets.py +0 -0
  145. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_editor_create_body.py +0 -0
  146. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_editor_create_body_assets.py +0 -0
  147. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_editor_create_body_style.py +0 -0
  148. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_editor_generate_body_assets.py +0 -0
  149. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_generator_create_body.py +0 -0
  150. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_generator_create_body_style.py +0 -0
  151. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_upscaler_create_body.py +0 -0
  152. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_upscaler_create_body_assets.py +0 -0
  153. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_upscaler_create_body_style.py +0 -0
  154. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_image_upscaler_generate_body_assets.py +0 -0
  155. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_meme_generator_create_body.py +0 -0
  156. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_meme_generator_create_body_style.py +0 -0
  157. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_photo_editor_create_body.py +0 -0
  158. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_photo_editor_create_body_assets.py +0 -0
  159. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_photo_editor_create_body_style.py +0 -0
  160. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_photo_editor_generate_body_assets.py +0 -0
  161. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_qr_code_generator_create_body.py +0 -0
  162. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_qr_code_generator_create_body_style.py +0 -0
  163. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_talking_photo_create_body.py +0 -0
  164. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_talking_photo_create_body_assets.py +0 -0
  165. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_talking_photo_create_body_style.py +0 -0
  166. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_ai_talking_photo_generate_body_assets.py +0 -0
  167. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_animation_create_body.py +0 -0
  168. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_animation_create_body_assets.py +0 -0
  169. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_animation_create_body_style.py +0 -0
  170. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_animation_generate_body_assets.py +0 -0
  171. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body.py +0 -0
  172. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body_assets.py +0 -0
  173. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body_style.py +0 -0
  174. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_auto_subtitle_generator_create_body_style_custom_config.py +0 -0
  175. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_auto_subtitle_generator_generate_body_assets.py +0 -0
  176. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_detection_create_body.py +0 -0
  177. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_detection_create_body_assets.py +0 -0
  178. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_detection_generate_body_assets.py +0 -0
  179. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_create_body.py +0 -0
  180. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_create_body_assets.py +0 -0
  181. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_create_body_assets_face_mappings_item.py +0 -0
  182. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_create_body_style.py +0 -0
  183. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_generate_body_assets.py +0 -0
  184. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_generate_body_assets_face_mappings_item.py +0 -0
  185. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_photo_create_body.py +0 -0
  186. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_photo_create_body_assets.py +0 -0
  187. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_photo_create_body_assets_face_mappings_item.py +0 -0
  188. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_photo_generate_body_assets.py +0 -0
  189. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_face_swap_photo_generate_body_assets_face_mappings_item.py +0 -0
  190. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_files_upload_urls_create_body.py +0 -0
  191. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_files_upload_urls_create_body_items_item.py +0 -0
  192. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_image_background_remover_create_body.py +0 -0
  193. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_image_background_remover_create_body_assets.py +0 -0
  194. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_image_background_remover_generate_body_assets.py +0 -0
  195. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_image_to_video_create_body.py +0 -0
  196. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_image_to_video_create_body_assets.py +0 -0
  197. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_image_to_video_create_body_style.py +0 -0
  198. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_image_to_video_generate_body_assets.py +0 -0
  199. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_lip_sync_create_body.py +0 -0
  200. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_lip_sync_create_body_assets.py +0 -0
  201. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_lip_sync_generate_body_assets.py +0 -0
  202. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_photo_colorizer_create_body.py +0 -0
  203. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_photo_colorizer_create_body_assets.py +0 -0
  204. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_photo_colorizer_generate_body_assets.py +0 -0
  205. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_text_to_video_create_body.py +0 -0
  206. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_text_to_video_create_body_style.py +0 -0
  207. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_video_to_video_create_body.py +0 -0
  208. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_video_to_video_create_body_assets.py +0 -0
  209. {magic_hour-0.38.1 → magic_hour-0.39.0}/magic_hour/types/params/v1_video_to_video_generate_body_assets.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: magic_hour
3
- Version: 0.38.1
3
+ Version: 0.39.0
4
4
  Summary: Python SDK for Magic Hour API
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,8 +1,6 @@
1
- # Root Client
1
+ # Base Client
2
2
 
3
- <!-- CUSTOM DOCS START -->
4
3
 
5
- <!-- CUSTOM DOCS END -->
6
4
 
7
5
  ## Submodules
8
6
  - [ai_clothes_changer](resources/v1/ai_clothes_changer/README.md) - ai_clothes_changer
@@ -6,7 +6,7 @@ class Environment(enum.Enum):
6
6
  """Pre-defined base URLs for the API"""
7
7
 
8
8
  ENVIRONMENT = "https://api.magichour.ai"
9
- MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.38.0"
9
+ MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.39.1"
10
10
 
11
11
 
12
12
  def _get_base_url(
@@ -1,8 +1,6 @@
1
1
  # v1
2
2
 
3
- <!-- CUSTOM DOCS START -->
4
3
 
5
- <!-- CUSTOM DOCS END -->
6
4
 
7
5
  ## Submodules
8
6
  - [ai_clothes_changer](ai_clothes_changer/README.md) - ai_clothes_changer
@@ -1,7 +1,8 @@
1
- # v1_ai_clothes_changer
1
+ # v1.ai_clothes_changer
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### AI Clothes Changer Generate Workflow <a name="generate"></a>
@@ -66,8 +67,6 @@ res = await client.v1.ai_clothes_changer.generate(
66
67
  ```
67
68
 
68
69
  <!-- CUSTOM DOCS END -->
69
-
70
-
71
70
  ### AI Clothes Changer <a name="create"></a>
72
71
 
73
72
  Change outfits in photos in seconds with just a photo reference. Each photo costs 25 credits.
@@ -128,3 +127,4 @@ res = await client.v1.ai_clothes_changer.create(
128
127
  ##### Example
129
128
  `{"credits_charged": 25, "frame_cost": 25, "id": "cuid-example"}`
130
129
 
130
+
@@ -1,7 +1,8 @@
1
- # v1_ai_face_editor
1
+ # v1.ai_face_editor
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Face Editor Generate Workflow <a name="generate"></a>
@@ -91,7 +92,6 @@ res = await client.v1.ai_face_editor.generate(
91
92
  ```
92
93
 
93
94
  <!-- CUSTOM DOCS END -->
94
-
95
95
  ### AI Face Editor <a name="create"></a>
96
96
 
97
97
  Edit facial features of an image using AI. Each edit costs 1 frame. The height/width of the output image depends on your subscription. Please refer to our [pricing](/pricing) page for more details
@@ -192,3 +192,4 @@ res = await client.v1.ai_face_editor.create(
192
192
  ##### Example
193
193
  `{"credits_charged": 1, "frame_cost": 1, "id": "cuid-example"}`
194
194
 
195
+
@@ -1,7 +1,8 @@
1
- # v1_ai_gif_generator
1
+ # v1.ai_gif_generator
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Gif Generator Generate Workflow <a name="generate"></a>
@@ -59,7 +60,6 @@ res = await client.v1.ai_gif_generator.generate(
59
60
  ```
60
61
 
61
62
  <!-- CUSTOM DOCS END -->
62
-
63
63
  ### AI GIFs <a name="create"></a>
64
64
 
65
65
  Create an AI GIF. Each GIF costs 50 credits.
@@ -112,3 +112,5 @@ res = await client.v1.ai_gif_generator.create(
112
112
 
113
113
  ##### Example
114
114
  `{"credits_charged": 50, "frame_cost": 50, "id": "cuid-example"}`
115
+
116
+
@@ -1,7 +1,8 @@
1
- # v1_ai_headshot_generator
1
+ # v1.ai_headshot_generator
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Headshot Generator Generate Workflow <a name="generate"></a>
@@ -55,7 +56,6 @@ res = await client.v1.ai_headshot_generator.generate(
55
56
  ```
56
57
 
57
58
  <!-- CUSTOM DOCS END -->
58
-
59
59
  ### AI Headshots <a name="create"></a>
60
60
 
61
61
  Create an AI headshot. Each headshot costs 50 credits.
@@ -106,3 +106,4 @@ res = await client.v1.ai_headshot_generator.create(
106
106
  ##### Example
107
107
  `{"credits_charged": 50, "frame_cost": 50, "id": "cuid-example"}`
108
108
 
109
+
@@ -1,7 +1,8 @@
1
- # v1_ai_image_editor
1
+ # v1.ai_image_editor
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Image Editor Generate Workflow <a name="generate"></a>
@@ -59,7 +60,6 @@ res = await client.v1.ai_image_editor.generate(
59
60
  ```
60
61
 
61
62
  <!-- CUSTOM DOCS END -->
62
-
63
63
  ### AI Image Editor <a name="create"></a>
64
64
 
65
65
  Edit images with AI. Each edit costs 50 credits.
@@ -114,3 +114,4 @@ res = await client.v1.ai_image_editor.create(
114
114
  ##### Example
115
115
  `{"credits_charged": 50, "frame_cost": 50, "id": "cuid-example"}`
116
116
 
117
+
@@ -1,7 +1,8 @@
1
- # v1_ai_image_generator
1
+ # v1.ai_image_generator
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Image Generator Generate Workflow <a name="generate"></a>
@@ -61,7 +62,6 @@ res = await client.v1.ai_image_generator.generate(
61
62
  ```
62
63
 
63
64
  <!-- CUSTOM DOCS END -->
64
-
65
65
  ### AI Images <a name="create"></a>
66
66
 
67
67
  Create an AI image. Each image costs 5 credits.
@@ -119,3 +119,4 @@ res = await client.v1.ai_image_generator.create(
119
119
  ##### Example
120
120
  `{"credits_charged": 5, "frame_cost": 5, "id": "cuid-example"}`
121
121
 
122
+
@@ -1,7 +1,8 @@
1
- # v1_ai_image_upscaler
1
+ # v1.ai_image_upscaler
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Image Upscaler Generate Workflow <a name="generate"></a>
@@ -61,7 +62,6 @@ res = await client.v1.ai_image_upscaler.generate(
61
62
  ```
62
63
 
63
64
  <!-- CUSTOM DOCS END -->
64
-
65
65
  ### AI Image Upscaler <a name="create"></a>
66
66
 
67
67
  Upscale your image using AI. Each 2x upscale costs 50 credits, and 4x upscale costs 200 credits.
@@ -120,3 +120,4 @@ res = await client.v1.ai_image_upscaler.create(
120
120
  ##### Example
121
121
  `{"credits_charged": 50, "frame_cost": 50, "id": "cuid-example"}`
122
122
 
123
+
@@ -1,7 +1,8 @@
1
- # v1_ai_meme_generator
1
+ # v1.ai_meme_generator
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Meme Generator Generate Workflow <a name="generate"></a>
@@ -65,7 +66,6 @@ res = await client.v1.ai_meme_generator.generate(
65
66
  ```
66
67
 
67
68
  <!-- CUSTOM DOCS END -->
68
-
69
69
  ### AI Meme Generator <a name="create"></a>
70
70
 
71
71
  Create an AI generated meme. Each meme costs 10 credits.
@@ -126,3 +126,4 @@ res = await client.v1.ai_meme_generator.create(
126
126
  ##### Example
127
127
  `{"credits_charged": 10, "frame_cost": 10, "id": "cuid-example"}`
128
128
 
129
+
@@ -1,7 +1,8 @@
1
- # v1_ai_photo_editor
1
+ # v1.ai_photo_editor
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Photo Editor Generate Workflow <a name="generate"></a>
@@ -79,7 +80,6 @@ res = await client.v1.ai_photo_editor.generate(
79
80
  ```
80
81
 
81
82
  <!-- CUSTOM DOCS END -->
82
-
83
83
  ### AI Photo Editor <a name="create"></a>
84
84
 
85
85
  > **NOTE**: this API is still in early development stages, and should be avoided. Please reach out to us if you're interested in this API.
@@ -165,3 +165,4 @@ res = await client.v1.ai_photo_editor.create(
165
165
  ##### Example
166
166
  `{"credits_charged": 10, "frame_cost": 10, "id": "cuid-example"}`
167
167
 
168
+
@@ -1,7 +1,8 @@
1
- # v1_ai_qr_code_generator
1
+ # v1.ai_qr_code_generator
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Qr Code Generator Generate Workflow <a name="generate"></a>
@@ -59,7 +60,6 @@ res = await client.v1.ai_qr_code_generator.generate(
59
60
  ```
60
61
 
61
62
  <!-- CUSTOM DOCS END -->
62
-
63
63
  ### AI QR Code <a name="create"></a>
64
64
 
65
65
  Create an AI QR code. Each QR code costs 20 credits.
@@ -113,3 +113,4 @@ res = await client.v1.ai_qr_code_generator.create(
113
113
  ##### Example
114
114
  `{"credits_charged": 20, "frame_cost": 20, "id": "cuid-example"}`
115
115
 
116
+
@@ -1,7 +1,8 @@
1
- # v1_ai_talking_photo
1
+ # v1.ai_talking_photo
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Ai Talking Photo Generate Workflow <a name="generate"></a>
@@ -67,7 +68,6 @@ res = await client.v1.ai_talking_photo.generate(
67
68
  ```
68
69
 
69
70
  <!-- CUSTOM DOCS END -->
70
-
71
71
  ### AI Talking Photo <a name="create"></a>
72
72
 
73
73
  Create a talking photo from an image and audio or text input.
@@ -85,7 +85,7 @@ Create a talking photo from an image and audio or text input.
85
85
  | `start_seconds` | ✓ | The start time of the input audio in seconds. The maximum duration allowed is 60 seconds. | `0.0` |
86
86
  | `name` | ✗ | The name of image. This value is mainly used for your own identification of the image. | `"Talking Photo image"` |
87
87
  | `style` | ✗ | Attributes used to dictate the style of the output | `{"generation_mode": "expressive", "intensity": 1.5}` |
88
- | `└─ generation_mode` | ✗ | Controls overall motion style. * `expressive` - More motion and facial expressiveness; may introduce visual artifacts. * `stable` - Reduced motion for cleaner output; may result in minimal animation. | `"expressive"` |
88
+ | `└─ generation_mode` | ✗ | Controls overall motion style. * `pro` - Realistic, high fidelity, accurate lip sync, slower. * `expressive` - More motion and facial expressiveness; may introduce visual artifacts. * `stable` - Reduced motion for cleaner output; may result in minimal animation. (Deprecated: passing this value will be treated as `pro`) | `"expressive"` |
89
89
  | `└─ intensity` | ✗ | Note: this value is only applicable when generation_mode is `expressive`. The value can include up to 2 decimal places. * Lower values yield more stability but can suppress mouth movement. * Higher values increase motion and expressiveness, with a higher risk of distortion. | `1.5` |
90
90
 
91
91
  #### Synchronous Client
@@ -134,3 +134,4 @@ res = await client.v1.ai_talking_photo.create(
134
134
  ##### Example
135
135
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
136
136
 
137
+
@@ -1,7 +1,8 @@
1
- # v1_animation
1
+ # v1.animation
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Animation Generate Workflow <a name="generate"></a>
@@ -87,7 +88,6 @@ res = await client.v1.animation.generate(
87
88
  ```
88
89
 
89
90
  <!-- CUSTOM DOCS END -->
90
-
91
91
  ### Animation <a name="create"></a>
92
92
 
93
93
  Create a Animation video. The estimated frame cost is calculated based on the `fps` and `end_seconds` input.
@@ -182,3 +182,4 @@ res = await client.v1.animation.create(
182
182
  ##### Example
183
183
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
184
184
 
185
+
@@ -1,7 +1,8 @@
1
- # v1_auto_subtitle_generator
1
+ # v1.auto_subtitle_generator
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Auto Subtitle Generator Generate Workflow <a name="generate"></a>
@@ -63,7 +64,6 @@ res = await client.v1.auto_subtitle_generator.generate(
63
64
  ```
64
65
 
65
66
  <!-- CUSTOM DOCS END -->
66
-
67
67
  ### Auto Subtitle Generator <a name="create"></a>
68
68
 
69
69
  Automatically generate subtitles for your video in multiple languages.
@@ -125,3 +125,4 @@ res = await client.v1.auto_subtitle_generator.create(
125
125
  ##### Example
126
126
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
127
127
 
128
+
@@ -1,7 +1,8 @@
1
- # v1_face_detection
1
+ # v1.face_detection
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Face Detection Generate Workflow <a name="generate"></a>
@@ -55,7 +56,6 @@ res = await client.v1.face_detection.generate(
55
56
  ```
56
57
 
57
58
  <!-- CUSTOM DOCS END -->
58
-
59
59
  ### Get face detection details <a name="get"></a>
60
60
 
61
61
  Get the details of a face detection task.
@@ -152,3 +152,4 @@ res = await client.v1.face_detection.create(
152
152
  ##### Example
153
153
  `{"credits_charged": 123, "id": "uuid-example"}`
154
154
 
155
+
@@ -1,7 +1,8 @@
1
- # v1_face_swap
1
+ # v1.face_swap
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Face Swap Generate Workflow <a name="generate"></a>
@@ -85,7 +86,6 @@ res = await client.v1.face_swap.generate(
85
86
  ```
86
87
 
87
88
  <!-- CUSTOM DOCS END -->
88
-
89
89
  ### Face Swap video <a name="create"></a>
90
90
 
91
91
  Create a Face Swap video. The estimated frame cost is calculated using 30 FPS. This amount is deducted from your account balance when a video is queued. Once the video is complete, the cost will be updated based on the actual number of frames rendered.
@@ -177,3 +177,5 @@ res = await client.v1.face_swap.create(
177
177
 
178
178
  ##### Example
179
179
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
180
+
181
+
@@ -1,7 +1,8 @@
1
- # v1_face_swap_photo
1
+ # v1.face_swap_photo
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Face Swap Photo Generate Workflow <a name="generate"></a>
@@ -77,7 +78,6 @@ res = await client.v1.face_swap_photo.generate(
77
78
  ```
78
79
 
79
80
  <!-- CUSTOM DOCS END -->
80
-
81
81
  ### Face Swap Photo <a name="create"></a>
82
82
 
83
83
  Create a face swap photo. Each photo costs 5 credits. The height/width of the output image depends on your subscription. Please refer to our [pricing](https://magichour.ai/pricing) page for more details
@@ -151,3 +151,4 @@ res = await client.v1.face_swap_photo.create(
151
151
  ##### Example
152
152
  `{"credits_charged": 5, "frame_cost": 5, "id": "cuid-example"}`
153
153
 
154
+
@@ -1,4 +1,5 @@
1
- # v1_files
1
+ # v1.files
2
+
2
3
 
3
4
  <!-- CUSTOM DOCS START -->
4
5
 
@@ -35,6 +36,7 @@ file_path = await client.v1.files.upload_file("/path/to/your/image.jpg")
35
36
 
36
37
  <!-- CUSTOM DOCS END -->
37
38
 
39
+
38
40
  ## Submodules
39
41
  - [upload_urls](upload_urls/README.md) - upload_urls
40
42
 
@@ -1,11 +1,7 @@
1
- # v1_files_upload_urls
1
+ # v1.files.upload_urls
2
2
 
3
3
  ## Module Functions
4
4
 
5
- <!-- CUSTOM DOCS START -->
6
-
7
- <!-- CUSTOM DOCS END -->
8
-
9
5
  ### Generate asset upload urls <a name="create"></a>
10
6
 
11
7
  Generates a list of pre-signed upload URLs for the assets required. This API is only necessary if you want to upload to Magic Hour's storage. Refer to the [Input Files Guide](/integration/input-files) for more details.
@@ -77,3 +73,4 @@ res = await client.v1.files.upload_urls.create(
77
73
  ##### Example
78
74
  `{"items": [{"expires_at": "2024-07-25T16:56:21.932Z", "file_path": "api-assets/id/video.mp4", "upload_url": "https://videos.magichour.ai/api-assets/id/video.mp4?auth-value=1234567890"}, {"expires_at": "2024-07-25T16:56:21.932Z", "file_path": "api-assets/id/audio.mp3", "upload_url": "https://videos.magichour.ai/api-assets/id/audio.mp3?auth-value=1234567890"}]}`
79
75
 
76
+
@@ -1,7 +1,8 @@
1
- # v1_image_background_remover
1
+ # v1.image_background_remover
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Image Background Remover Generate Workflow <a name="generate"></a>
@@ -63,7 +64,6 @@ res = await client.v1.image_background_remover.generate(
63
64
  ```
64
65
 
65
66
  <!-- CUSTOM DOCS END -->
66
-
67
67
  ### Image Background Remover <a name="create"></a>
68
68
 
69
69
  Remove background from image. Each image costs 5 credits.
@@ -121,3 +121,4 @@ res = await client.v1.image_background_remover.create(
121
121
  ##### Example
122
122
  `{"credits_charged": 5, "frame_cost": 5, "id": "cuid-example"}`
123
123
 
124
+
@@ -1,7 +1,8 @@
1
- # v1_image_projects
1
+ # v1.image_projects
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Check results <a name="check-result"></a>
@@ -49,7 +50,6 @@ res = await client.v1.image_projects.check_result(
49
50
  ```
50
51
 
51
52
  <!-- CUSTOM DOCS END -->
52
-
53
53
  ### Delete image <a name="delete"></a>
54
54
 
55
55
  Permanently delete the rendered image(s). This action is not reversible, please be sure before deleting.
@@ -135,3 +135,4 @@ res = await client.v1.image_projects.get(id="cuid-example")
135
135
  ##### Example
136
136
  `{"created_at": "1970-01-01T00:00:00", "credits_charged": 5, "downloads": [{"expires_at": "2024-10-19T05:16:19.027Z", "url": "https://videos.magichour.ai/id/output.png"}], "enabled": True, "error": {"code": "no_source_face", "message": "Please use an image with a detectable face"}, "id": "cuid-example", "image_count": 1, "name": "Example Name", "status": "complete", "total_frame_cost": 5, "type_": "AI_IMAGE"}`
137
137
 
138
+
@@ -1,7 +1,8 @@
1
- # v1_image_to_video
1
+ # v1.image_to_video
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Image To Video Generate Workflow <a name="generate"></a>
@@ -61,7 +62,6 @@ res = await client.v1.image_to_video.generate(
61
62
  ```
62
63
 
63
64
  <!-- CUSTOM DOCS END -->
64
-
65
65
  ### Image-to-Video <a name="create"></a>
66
66
 
67
67
  Create a Image To Video video. The estimated frame cost is calculated using 30 FPS. This amount is deducted from your account balance when a video is queued. Once the video is complete, the cost will be updated based on the actual number of frames rendered.
@@ -127,3 +127,4 @@ res = await client.v1.image_to_video.create(
127
127
  ##### Example
128
128
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
129
129
 
130
+
@@ -1,7 +1,8 @@
1
- # v1_lip_sync
1
+ # v1.lip_sync
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Lip Sync Generate Workflow <a name="generate"></a>
@@ -71,7 +72,6 @@ res = await client.v1.lip_sync.generate(
71
72
  ```
72
73
 
73
74
  <!-- CUSTOM DOCS END -->
74
-
75
75
  ### Lip Sync <a name="create"></a>
76
76
 
77
77
  Create a Lip Sync video. The estimated frame cost is calculated using 30 FPS. This amount is deducted from your account balance when a video is queued. Once the video is complete, the cost will be updated based on the actual number of frames rendered.
@@ -147,3 +147,4 @@ res = await client.v1.lip_sync.create(
147
147
  ##### Example
148
148
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
149
149
 
150
+
@@ -1,7 +1,8 @@
1
- # v1_photo_colorizer
1
+ # v1.photo_colorizer
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Photo Colorizer Generate Workflow <a name="generate"></a>
@@ -55,7 +56,6 @@ res = await client.v1.photo_colorizer.generate(
55
56
  ```
56
57
 
57
58
  <!-- CUSTOM DOCS END -->
58
-
59
59
  ### Photo Colorizer <a name="create"></a>
60
60
 
61
61
  Colorize image. Each image costs 5 credits.
@@ -104,3 +104,4 @@ res = await client.v1.photo_colorizer.create(
104
104
  ##### Example
105
105
  `{"credits_charged": 5, "frame_cost": 5, "id": "cuid-example"}`
106
106
 
107
+
@@ -1,7 +1,8 @@
1
- # v1_text_to_video
1
+ # v1.text_to_video
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Text To Video Generate Workflow <a name="generate"></a>
@@ -63,7 +64,6 @@ res = await client.v1.text_to_video.generate(
63
64
  ```
64
65
 
65
66
  <!-- CUSTOM DOCS END -->
66
-
67
67
  ### Text-to-Video <a name="create"></a>
68
68
 
69
69
  Create a Text To Video video. The estimated frame cost is calculated using 30 FPS. This amount is deducted from your account balance when a video is queued. Once the video is complete, the cost will be updated based on the actual number of frames rendered.
@@ -127,3 +127,4 @@ res = await client.v1.text_to_video.create(
127
127
  ##### Example
128
128
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
129
129
 
130
+
@@ -1,7 +1,8 @@
1
- # v1_video_projects
1
+ # v1.video_projects
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Check results <a name="check-result"></a>
@@ -49,7 +50,6 @@ res = await client.v1.video_projects.check_result(
49
50
  ```
50
51
 
51
52
  <!-- CUSTOM DOCS END -->
52
-
53
53
  ### Delete video <a name="delete"></a>
54
54
 
55
55
  Permanently delete the rendered video. This action is not reversible, please be sure before deleting.
@@ -135,3 +135,4 @@ res = await client.v1.video_projects.get(id="cuid-example")
135
135
  ##### Example
136
136
  `{"created_at": "1970-01-01T00:00:00", "credits_charged": 450, "download": {"expires_at": "2024-10-19T05:16:19.027Z", "url": "https://videos.magichour.ai/id/output.mp4"}, "downloads": [{"expires_at": "2024-10-19T05:16:19.027Z", "url": "https://videos.magichour.ai/id/output.mp4"}], "enabled": True, "end_seconds": 15.0, "error": {"code": "no_source_face", "message": "Please use an image with a detectable face"}, "fps": 30.0, "height": 960, "id": "cuid-example", "name": "Example Name", "start_seconds": 0.0, "status": "complete", "total_frame_cost": 450, "type_": "FACE_SWAP", "width": 512}`
137
137
 
138
+
@@ -1,7 +1,8 @@
1
- # v1_video_to_video
1
+ # v1.video_to_video
2
2
 
3
3
  ## Module Functions
4
4
 
5
+
5
6
  <!-- CUSTOM DOCS START -->
6
7
 
7
8
  ### Video To Video Generate Workflow <a name="generate"></a>
@@ -77,7 +78,6 @@ res = await client.v1.video_to_video.generate(
77
78
  ```
78
79
 
79
80
  <!-- CUSTOM DOCS END -->
80
-
81
81
  ### Video-to-Video <a name="create"></a>
82
82
 
83
83
  Create a Video To Video video. The estimated frame cost is calculated using 30 FPS. This amount is deducted from your account balance when a video is queued. Once the video is complete, the cost will be updated based on the actual number of frames rendered.
@@ -164,3 +164,4 @@ res = await client.v1.video_to_video.create(
164
164
  ##### Example
165
165
  `{"credits_charged": 450, "estimated_frame_cost": 450, "id": "cuid-example"}`
166
166
 
167
+
@@ -53,6 +53,7 @@ class V1VideoToVideoCreateBodyStyle(typing_extensions.TypedDict):
53
53
  "Oil Painting",
54
54
  "On Fire",
55
55
  "Origami",
56
+ "Painterly Anime",
56
57
  "Pixar",
57
58
  "Pixel",
58
59
  "Power Armor",
@@ -168,6 +169,7 @@ class _SerializerV1VideoToVideoCreateBodyStyle(pydantic.BaseModel):
168
169
  "Oil Painting",
169
170
  "On Fire",
170
171
  "Origami",
172
+ "Painterly Anime",
171
173
  "Pixar",
172
174
  "Pixel",
173
175
  "Power Armor",
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "magic_hour"
3
- version = "0.38.1"
3
+ version = "0.39.0"
4
4
  description = "Python SDK for Magic Hour API"
5
5
  readme = "README.md"
6
6
  authors = []