:doc:`QBusiness <../../qbusiness>` / Client / create_anonymous_web_experience_url

***********************************
create_anonymous_web_experience_url
***********************************



.. py:method:: QBusiness.Client.create_anonymous_web_experience_url(**kwargs)

  

  Creates a unique URL for anonymous Amazon Q Business web experience. This URL can only be used once and must be used within 5 minutes after it's generated.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qbusiness-2023-11-27/CreateAnonymousWebExperienceUrl>`_  


  **Request Syntax**
  ::

    response = client.create_anonymous_web_experience_url(
        applicationId='string',
        webExperienceId='string',
        sessionDurationInMinutes=123
    )
    
  :type applicationId: string
  :param applicationId: **[REQUIRED]** 

    The identifier of the Amazon Q Business application environment attached to the web experience.

    

  
  :type webExperienceId: string
  :param webExperienceId: **[REQUIRED]** 

    The identifier of the web experience.

    

  
  :type sessionDurationInMinutes: integer
  :param sessionDurationInMinutes: 

    The duration of the session associated with the unique URL for the web experience.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'anonymousUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **anonymousUrl** *(string) --* 

        The unique URL for accessing the web experience.

         

        .. warning::

           

          This URL can only be used once and must be used within 5 minutes after it's generated.

          

        
  
  **Exceptions**
  
  *   :py:class:`QBusiness.Client.exceptions.InternalServerException`

  
  *   :py:class:`QBusiness.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QBusiness.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QBusiness.Client.exceptions.ValidationException`

  
  *   :py:class:`QBusiness.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QBusiness.Client.exceptions.ServiceQuotaExceededException`

  