Forum Discussion

Pete_W's avatar
Pete_W
New Contributor
3 years ago
Solved

RestAPI for Base64 Encoder

Does anyone know of an Rest API where I can upload or provide the location of a wav file and get the Base64 ASCII string in response? Thanks!

  • How about having a virtual service if one is not available already?

5 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    How about having a virtual service if one is not available already?

  • richie's avatar
    richie
    Community Hero

    Hey Pete_W 

     

    do you actually need a REST API to do it - or would a web page suffice?

     

    https://www.base64encode.org/ will do that as long as the .wav file is  < 192Megabytes

     

    Unsure if there's an API out there that does it though.....

     

    Cheers,

     

    Rich

    • Pete_W's avatar
      Pete_W
      New Contributor

      Hi richie - I actually used this site for a demo, but am looking for the Rest API to handle for an automated process. I appreciate the response!

      Thanks,

      Pete

  • sonya_m's avatar
    sonya_m
    SmartBear Alumni (Retired)

    Thanks for the idea, Rao!

     

    Hi Pete_W , does this suggestion help?

    • Pete_W's avatar
      Pete_W
      New Contributor

      Thanks Sonya and Rao! I was able to find a virtual service.