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字段返回结果

    Blu API Document V2.0

    Introduction#

    Blu provides a set of intelligent and efficient robot solutions, which can automatically use our AI services through API.

    Abbreviations and terminologies#

    AbbreviationsFull nameNote
    APIPlatform's external interface abilities.
    appIdCaller application identifier used for authentication when calling the interface.Please contact the corresponding contact to get it.
    appKeyCaller key used for authentication when calling the interface.Please contact the corresponding contact to get it.
    timeStampTime stamp. Generation rule: timeStamp=new Date().getTime();
    signSignature. Rule: sign = sha256(appId+appKey+timestamp)

    Interface description#

    HTTPS is used for the interface protocol, and the URL specification for access is provided by the service provider. POST is used to create tasks to send requests and get answers; GET is used for query interface (please see the interface description for more details). Code UTF-8 is used for originating and returning messages. The timeout for synchronization between the caller and the platform is negotiated according to the actual situation.
    Note: All interface inputs do not support special characters such as emoji.
    Production environment address:
    1.
    Mexican site: https://blulaapi.shanghu.ai/
    2.
    Singapore site: https://bluapi.shanghu.ai/

    Interaction flow chart#

    Blu-API-Interaction-Flow.png
    Modified at 2024-10-28 11:42:00
    Next
    Blu接口文档 Copy
    Built with