All integrations

Custom API to Inbeo

Send recordings from any tool that can make an HTTP POST request.

Sign in first. Each account gets its own webhook URL and token.

Log in

Copy and paste: API request

Use these values in Postman, curl, or your own server.

FieldPaste this
MethodPOST
URLCopy from Your values → URL
Header → AuthorizationCopy from Your values → Authorization (one line)
Header → Content-Typeapplication/json
Body (JSON)Must include downloadUrl with a public HTTPS link to the audio file

Step by step

Send recordings from any tool that can make an HTTP POST request.

Part 1: Get your Inbeo values

  1. 1.1Stay on this page. Sign in if you are not already.
  2. 1.2Copy URL, Authorization, and Body (JSON) from Your values above.

Part 2: Send the request

  1. 2.1Open your tool (Postman, curl, your server, n8n, etc.).
  2. 2.2Create a new POST request.
  3. 2.3Paste the URL from Your values.
  4. 2.4Add header Authorization with the value from Your values (one line: Bearer + token).
  5. 2.5Add header Content-Type: application/json.
  6. 2.6Paste the JSON body. Replace downloadUrl with a public HTTPS link to the audio file.
  7. 2.7Send the request. Inbeo returns success if the file was accepted.

Part 3: Done

  1. 3.1Inbeo processes on the server. You do not need the app open.
  2. 3.2You get an email when processing finishes, or if something failed.