{"openapi":"3.0.0","info":{"title":"Coverr API","version":"0.0.0","description":"Coverr Public API Documentation"},"host":"https://api.coverr.co","base_path":"/","paths":{"search_videos_query_query":{"get":{"description":"Search videos","parameters":[{"name":"query","in":"query","description":"Query string used to perform the search","schema":{"type":"string"}}],"responses":{"200":{"description":"Returns list of videos","content":{"application_json":{"schema":{"type":"array","items":{"ref":"#/components/schemas/Video"}}}}}}}},"storage_videos_base_filename":{"get":{"description":"Get video mp4 url","produces":["application/json"],"responses":{"200":{"description":"Returns signed url to google cloud storage. Valid only for 15 minutes. Downloads quota will be incremented.","content":{"application_json":{"schema":{"type":"string"}}}}}}},"videos":{"get":{"description":"Get latest videos","produces":["application/json"],"responses":{"200":{"description":"Returns list of latest videos","content":{"application_json":{"schema":{"type":"array","items":{"ref":"#/components/schemas/Video"}}}}}}}},"videos_filters_is_vertical_is_vertical":{"get":{"description":"Browse videos with filters","produces":["application/json"],"responses":{"200":{"description":"Returns list of videos","content":{"application_json":{"schema":{"type":"array","items":{"ref":"#/components/schemas/Video"}}}}}}}},"videos_id":{"get":{"description":"Get video details","parameters":[{"name":"id","in":"path","description":"Video objectID","schema":{"type":"string"}}],"responses":{"200":{"description":"Returns video details","content":{"application_json":{"schema":{"type":"object","ref":"#/components/schemas/Video"}}}},"404":{"description":"ObjectID does not exist","content":{"applicatio_json":{"schema":{"type":"object","properties":[{"message":null,"type":"string","default":"ObjectID does not exist"}]}}}}}}}},"components":{"schemas":{"video":{"type":"object","properties":{"added_at":{"type":"string","default":"2019-03-17T01:33:19.141Z"},"base_filename":{"type":"string","default":"Dreamy-Basketball"},"contributor_name":{"type":"string","default":null},"contributor_url":{"type":"string","default":null},"description":{"type":"string","default":"Artistic basketball shot"},"downloads":{"type":"number","default":0},"full_image_path":{"type":"string","default":"https://storage.googleapis.com/coverr-public/poster/Dreamy-Basketball.jpg"},"name":{"type":"string","default":"Video name"},"id":{"type":"integer","default":"IDHASH"},"is_vertical":{"type":"boolean","default":false},"likes":{"type":"number","default":0},"title":{"type":"string","default":"Dreamy Basketball"},"views":{"type":"number","default":0}}}}},"tags":[]}