import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.streaming.videos.list_names()
Videos
Get names of videos
Returns names for specified video IDs
GET
/
streaming
/
videos
/
names
Python
Copy
Ask AI
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.streaming.videos.list_names()