Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. POST https://api.brandmovers.com/v1/transcriptions
  2. --------------------------------------------------
  3. {
  4. access_token: asdfghjklzxcvbnm1234567890,
  5. ruleset: RSqwertyuiopasdfghj,
  6. type: pdf,
  7. payload: {
  8. pdf_url: http://url.com/to/the/file.pdf,
  9. data: {
  10. optional: data,
  11. ...
  12. }
  13. },
  14. metadata: {...},
  15. options: {
  16. webhook: http://optional.com/endpoint,
  17. ...
  18. },
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement