# Admin Remote Link Service

Administrative endpoints for configuring a remote link preview service provider. This service fetches rich link previews (title, description, image) for URLs shared in posts. The provider must support the 'link_preview' FASP capability. Requires AdminSettings.Manage permission.

## 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. Requires AdminSettings.Manage permission.

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 endpoint, and saves the configuration if the provider supports 'link_preview' capability. Requires AdminSettings.Manage permission.

RBAC: requires AdminSettings.Manage

