{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/ping":{"get":{"summary":"Ping","operationId":"ping_ping_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v0-beta/generate-video":{"post":{"summary":"Generate Video","operationId":"generate_video_v0_beta_generate_video_post","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__v0_beta__models__GenerateVideoRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v0-beta/generate-video/{job_id}/status":{"get":{"summary":"Generate Video Status","operationId":"generate_video_status_v0_beta_generate_video__job_id__status_get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v0-beta/generate-video/{job_id}/results":{"get":{"summary":"Generate Video Results","operationId":"generate_video_results_v0_beta_generate_video__job_id__results_get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v0-beta/generate-video/{job_id}/results/upload-video":{"post":{"summary":"Upload Video Result","operationId":"upload_video_result_v0_beta_generate_video__job_id__results_upload_video_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Body_upload_video_result_v0_beta_generate_video__job_id__results_upload_video_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1-beta/generate-video":{"post":{"summary":"Generate Video","operationId":"generate_video_v1_beta_generate_video_post","parameters":[{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/app__v1_beta__models__GenerateVideoRequest"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1-beta/generate-video/{job_id}/status":{"get":{"summary":"Generate Video Status","operationId":"generate_video_status_v1_beta_generate_video__job_id__status_get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1-beta/generate-video/{job_id}/results":{"get":{"summary":"Generate Video Results","operationId":"generate_video_results_v1_beta_generate_video__job_id__results_get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1-beta/generate-video/{job_id}/results/upload-video":{"post":{"summary":"Upload Video Result","operationId":"upload_video_result_v1_beta_generate_video__job_id__results_upload_video_post","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"name":"X-API-Key","in":"header","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"X-Api-Key"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Body_upload_video_result_v1_beta_generate_video__job_id__results_upload_video_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AspectRatio":{"type":"string","enum":["16:9","1:1","4:5","9:16"],"title":"AspectRatio"},"Body_upload_video_result_v0_beta_generate_video__job_id__results_upload_video_post":{"properties":{"upload_url":{"type":"string","title":"Upload Url"}},"type":"object","required":["upload_url"],"title":"Body_upload_video_result_v0_beta_generate_video__job_id__results_upload_video_post"},"Body_upload_video_result_v1_beta_generate_video__job_id__results_upload_video_post":{"properties":{"upload_url":{"type":"string","title":"Upload Url"}},"type":"object","required":["upload_url"],"title":"Body_upload_video_result_v1_beta_generate_video__job_id__results_upload_video_post"},"Branding":{"properties":{"logo_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Logo Url"},"text":{"anyOf":[{"items":{"$ref":"#/components/schemas/Text"},"type":"array"},{"type":"null"}],"title":"Text"}},"type":"object","title":"Branding"},"ContactDetails":{"properties":{"name":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Name"},"phone":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Phone"},"website":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Website"}},"type":"object","title":"ContactDetails"},"Duration":{"type":"integer","enum":[10,20,30,40,50,60],"title":"Duration"},"Files":{"properties":{"url":{"type":"string","title":"Url"}},"type":"object","required":["url"],"title":"Files"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"OpenHouseDetails":{"properties":{"open_house_date":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Open House Date"},"open_house_time":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Open House Time"}},"type":"object","title":"OpenHouseDetails"},"PropertyDetails":{"properties":{"address":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Address"},"price":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Price"},"details":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Details"}},"type":"object","title":"PropertyDetails"},"TemplateParams":{"properties":{"template_id":{"type":"string","title":"Template Id","default":"ActiveListing1"},"aspect_ratio":{"type":"string","title":"Aspect Ratio","default":"1:1"},"soundtrack_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Soundtrack Url"},"logo_url":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Logo Url"},"property_details":{"anyOf":[{"$ref":"#/components/schemas/PropertyDetails"},{"type":"null"}]},"contact_details":{"anyOf":[{"$ref":"#/components/schemas/ContactDetails"},{"type":"null"}]},"open_house_details":{"anyOf":[{"$ref":"#/components/schemas/OpenHouseDetails"},{"type":"null"}]}},"type":"object","title":"TemplateParams"},"Text":{"properties":{"order":{"type":"integer","title":"Order"},"content":{"type":"string","title":"Content"}},"type":"object","required":["order","content"],"title":"Text"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"app__v0_beta__models__GenerateVideoRequest":{"properties":{"files":{"items":{"$ref":"#/components/schemas/Files"},"type":"array","title":"Files"},"soundtrack":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Soundtrack"},"overlay_texts":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Overlay Texts"},"aspect_ratio":{"anyOf":[{"$ref":"#/components/schemas/AspectRatio"},{"type":"null"}]},"branding":{"anyOf":[{"$ref":"#/components/schemas/Branding"},{"type":"null"}]},"duration":{"anyOf":[{"$ref":"#/components/schemas/Duration"},{"type":"null"}],"default":30},"model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Model","default":"gen_1"}},"type":"object","required":["files"],"title":"GenerateVideoRequest"},"app__v1_beta__models__GenerateVideoRequest":{"properties":{"files":{"items":{"$ref":"#/components/schemas/Files"},"type":"array","title":"Files"},"template_params":{"$ref":"#/components/schemas/TemplateParams"}},"type":"object","required":["files","template_params"],"title":"GenerateVideoRequest"}}}}