Iterait API
    Iterait API
    • Confirms the user has a valid token
      GET
    • Send Outbound Call
      POST
    • corsGetProfile
      OPTIONS
    • Recibir Llamada
      POST

      Send Outbound Call

      POST
      https://dev.your-api-server.com/api/v1/outbound-call/send
      Envia un llamado saliente

      Request

      Body Params application/json

      Example
      {
          "query": "string"
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://dev.your-api-server.com/api/v1/outbound-call/send' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "query": "string"
      }'

      Responses

      🟢200OK
      application/json
      Perfil obtenido exitosamente
      Body

      Example
      {
          "name": "string",
          "age": 0
      }
      🟠400Bad Request
      Modified at 2025-02-21 19:13:09
      Previous
      Confirms the user has a valid token
      Next
      corsGetProfile
      Built with