# Admin Remote Link Service Configure a remote link preview service provider for fetching rich link previews ## Get current remote link preview service configuration - [GET /api/v1/admin/link-service](https://docs.wellesley.social/openapi/admin-remote-link-service/paths/~1api~1v1~1admin~1link-service/get.md): Returns the configured remote link preview service base URL if set; otherwise null. RBAC: requires AdminSettings.Manage ## Configure remote link preview service - [POST /api/v1/admin/link-service/configure](https://docs.wellesley.social/openapi/admin-remote-link-service/paths/~1api~1v1~1admin~1link-service~1configure/post.md): Validates the provided base URL, checks provider capabilities at /provider_info, and saves configuration RBAC: requires AdminSettings.Manage