Can be used to get uploader servers name
The "List Uploader Servers" endpoint allows you to retrieve the names of the uploader servers available in the PandaVideo system. By making a GET request to the specified URL (https://api-v2.pandavideo.com.br/hosts/uploader), you can obtain the list of uploader server names.
To access the endpoint, you need to provide the necessary authentication in the headers using the "Authorization" field with the value "API_KEY".
Responses
200
: Success. The list of uploader server names was retrieved successfully.400
: Bad request. Check the provided parameters or syntax.
By utilizing the "List Uploader Servers" endpoint, you can programmatically retrieve the names of uploader servers in the PandaVideo system.
Recipes
The Recipes section provides a collection of code examples and sample implementations to help you understand and use the API effectively. Each recipe includes commented code that explains the purpose and functionality of each line. You can refer to these recipes as a guide to implement specific features or interact with the API endpoints.