Topview-api
    Topview-api
    • API文档
    • Avatar Marketing Video
      • script
        • list script content
        • update script content
      • submit task
        POST
      • query task
        GET
      • export
        POST
    • Video Avatar
      • Video Avatar API Usage
      • submit task
        POST
      • query task
        GET
    • Product Avatar
      • Product Avatar API Usage
      • Replace Product Image
        • submit task
        • query task
      • Image2Video
        • submit task
        • query task
      • Category Query
        GET
      • Public product avatar Query
        GET
    • Product AnyShoot
      • Replace Product Image
        • submit task
        • query task
      • Template Category
        GET
      • Template List
        GET
    • Common Task
      • image2Video
        • submit task
        • query task
    • Scraper
      • submit scraper task
        POST
      • query scraper task
        GET
    • Upload
      • Get Upload Credential
        GET
      • Get Upload Check
        GET
    • check notice url
      POST
    • Voice Query
      GET
    • Ethnicity Query
      GET
    • AiAvatar Query
      GET
    • Caption List
      GET

      check notice url

      Developing
      POST
      /notice/notice_url/check

      Request

      Query Params
      noticeUrl
      string 
      optional
      Example:
      http://127.0.0.1:8094/test/notice_url/accept
      Header Params
      Authorization
      string 
      optional
      Example:
      Bearer sk-vEsneECh1J5eKHUw4vxHI61e7FvXPnPE1625PmSt3HA
      Topview-Uid
      string 
      optional
      Example:
      NsDAaOPF4jLuBie4ewyg
      Body Params application/json
      object {0}
      Example
      {}

      Request 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://api.topview.ai/notice/notice_url/check?noticeUrl=http://127.0.0.1:8094/test/notice_url/accept' \
      --header 'Authorization: Bearer sk-vEsneECh1J5eKHUw4vxHI61e7FvXPnPE1625PmSt3HA' \
      --header 'Topview-Uid: NsDAaOPF4jLuBie4ewyg' \
      --header 'Content-Type: application/json' \
      --data-raw '{}'

      Responses

      🟢200成功
      application/json
      Body
      code
      string 
      required
      message
      string 
      required
      result
      boolean 
      required
      Example
      {
          "code": "string",
          "message": "string",
          "result": true
      }
      Modified at 2025-06-05 01:23:01
      Previous
      Get Upload Check
      Next
      Voice Query
      Built with