HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/mediaconvert/describe-endpoints.rst
**To get your account-specific endpoint**

The following ``describe-endpoints`` example retrieves the endpoint that you need to send any other request to the service. ::

    aws mediaconvert describe-endpoints

Output::

    {
        "Endpoints": [
            {
                "Url": "https://abcd1234.mediaconvert.region-name-1.amazonaws.com"
            }
        ]
    }

For more information, see `Getting Started with MediaConvert Using the API <https://docs.aws.amazon.com/mediaconvert/latest/apireference/getting-started.html>`_ in the *AWS Elemental
MediaConvert API Reference*.