1. API list
Blu V2.0
  • Blu API Document V2.0
  • Blu接口文档 Copy
  • Blu接口文档
  • API list
    • 1-Create task
      POST
    • 2-Upload user list
      POST
    • 3-Pre-dial verification
      POST
    • 4-Cancel call
      POST
    • 5-Dial result query [Includes slots and scripts]
      POST
    • 6-Dial result callback [Includes slots and scripts]
      POST
    • 5-Dial result query
      POST
    • 6-Dial result callback
      POST
  • Annex
    • Attachment: payment time expression and the corresponding interval format of different users’ responses
    • Annex: Dictionary of call conclusions
  • Schemas
    • 示例数据模型
      • data字段返回结果
  1. API list

3-Pre-dial verification

POST
Tenant URL
Before initiating an outbound call, blu calls the pre-dial verification interface to query the user's current status and determine whether to execute the dial.
For example, every time before making a collection call, Blu queries the user's repayment status, and if the user has already repaid the money, Blu will give up the call.

Request

Header Params

Body Params application/json

Example
{
    "customized parameter 1": "string",
    "customized parameter 2": "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 'Tenant URL' \
--header 'Content-type: application/json;charset=utf-8' \
--data-raw '{
    "customized parameter 1": "string",
    "customized parameter 2": "string"
}'

Responses

🟢200Success
application/json
Body

Examples
{
    "code": 0,
    "message": "Cancel call"
}
Modified at 2024-09-26 11:46:13
Previous
2-Upload user list
Next
4-Cancel call
Built with