{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/extract":{"post":{"summary":"Extract","operationId":"extract_extract_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_extract_extract_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/filmstrip":{"post":{"summary":"Filmstrip","operationId":"filmstrip_filmstrip_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FilmstripRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/export":{"post":{"summary":"Unified Export","operationId":"unified_export_export_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExportConfig"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/batch-filmstrip":{"post":{"summary":"Batch Filmstrip","operationId":"batch_filmstrip_batch_filmstrip_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_batch_filmstrip_batch_filmstrip_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/":{"get":{"summary":"Index","operationId":"index__get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}}},"components":{"schemas":{"Body_batch_filmstrip_batch_filmstrip_post":{"properties":{"videos":{"items":{"type":"string","format":"binary"},"type":"array","title":"Videos"},"n":{"type":"integer","title":"N"}},"type":"object","required":["videos","n"],"title":"Body_batch_filmstrip_batch_filmstrip_post"},"Body_extract_extract_post":{"properties":{"video":{"type":"string","format":"binary","title":"Video"},"n":{"type":"integer","title":"N"}},"type":"object","required":["video","n"],"title":"Body_extract_extract_post"},"ExportConfig":{"properties":{"frames":{"items":{"type":"string"},"type":"array","title":"Frames"},"format":{"type":"string","title":"Format","default":"png"},"add_border":{"type":"boolean","title":"Add Border","default":true},"border_width":{"type":"integer","title":"Border Width","default":2},"border_color":{"type":"string","title":"Border Color","default":"#c8c8c8"},"spacing":{"type":"integer","title":"Spacing","default":0},"background_color":{"type":"string","title":"Background Color","default":"#ffffff"},"quality":{"type":"integer","title":"Quality","default":90}},"type":"object","required":["frames"],"title":"ExportConfig"},"FilmstripRequest":{"properties":{"frames":{"items":{"type":"string"},"type":"array","title":"Frames"},"add_border":{"type":"boolean","title":"Add Border","default":false}},"type":"object","required":["frames"],"title":"FilmstripRequest"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"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"}}}}