Format of input data for HF models in Azure

I’ve created an EndPoint in Azure for a HF model. How do I determine the format of input data?

  1. To test the model in the Test tab in Azure - what format of this input? For different models - audio recognition, etc.
  2. The same for making requests from Python - how do I determine what to send in a request? How to send audio file as an input?