0

I faced with problem in Vid.me API more precisely with method Video - Upload in doc https://docs.vid.me/#api-Video-Upload i try to send request in Postman for testing service but always get an error no_file, how should I configurate the request ?

Thx.

3axap
  • 321
  • 2
  • 15
  • Hi, can you tell us what did you send using postman? Which parameters, etc. because it seems like you don't send any file. – mgul Feb 28 '17 at 13:38
  • thank you for reply, I'm already figured out, I just need to use form-data mode – 3axap Feb 28 '17 at 13:45
  • Ok good luck then! I'll post an answer so you can resolve the thread – mgul Feb 28 '17 at 13:47

1 Answers1

0

According to vid.me's documentation, you need to use -F with curl which corresponds to form-data (see this post for more informations)
You can then find the corresponding with postman.

Community
  • 1
  • 1
mgul
  • 742
  • 8
  • 27