Cati Docs home pagelight logodark logo
  • Support
  • Website
  • Website
Guides
API Reference
  • Documentation
  • Support
  • Status
  • API Documentation
    • Introduction
    • User authentication
    Authentication & Users
    • POST
      Register assistant
    • POST
      Register app user
    • POST
      Send SMS code
    • POST
      Login app user
    • POST
      Connect with app
    • POST
      Get user id
    • POST
      Update user basic data
    • POST
      Update phone number
    • POST
      Send reset SMS
    • POST
      Check reset SMS
    • POST
      Perform password reset
    Connection
    • POST
      Connected users
    • POST
      Connected assistants
    • POST
      Get assistant code
    Media
    • POST
      Send an image
    • POST
      Send an audio
    • POST
      Receive images
    • POST
      Receive audios
    • POST
      Receive media (mobile)
    Contacts
    • POST
      Get contacts (dock)
    • POST
      Get contacts (mobile)
    • POST
      Create contact (mobile)
    • POST
      Edit contact (mobile)
    • POST
      Delete contact (mobile)
    Users
    • POST
      Get owner users
    • GET
      Latest active users
    Rooms
    • POST
      Join a room
    • POST
      Send a heartbeat
    • POST
      Send a videocall push
    Music
    • GET
      Song search
    • GET
      Song URL
    • GET
      Artist songs
    Calendar
    • POST
      Get events
    • POST
      Add event
    • POST
      Delete event
    • POST
      Get events (mobile)
    • POST
      Add event (mobile)
    • POST
      Update events (mobile)
    Music

    Song URL

    Get the playback URL for a song

    GET
    /
    songurl
    Copy
    Ask AI
    {
      "status": "<string>",
      "id": "<string>"
    }

    Query Parameters

    ​
    query
    string
    required

    The title of the song to get the URL for.

    Response

    200 - application/json

    Successful response with the song's YouTube ID.

    The response is of type object.

    Song searchArtist songs
    xgithublinkedin
    Powered by Mintlify
    Copy
    Ask AI
    {
      "status": "<string>",
      "id": "<string>"
    }
    Assistant
    Responses are generated using AI and may contain mistakes.