up:: [[AWS MOC]]
# API Gateway URL Construction
This is the construction of the base URL of an API Gateway API: `https://{restapi_id}.execute-api.{region}.amazonaws.com/{stage_name}/`
## Sources
[AWS Docs - How to call API](https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-call-api.html)
[[Trigger Audience Training Pipeline from SAM#^muc9pj]]