Linkly
Crie facilmente links de rastreamento, adicione tags de retargeting, realize redirecionamentos inteligentes e muito mais.
Comece grátisCategoria
Compatível com
IA Compatível
Ferramentas
Criar Link
Cria um novo link do Linkly usando a URL fornecida. Consulte a documentação
Delete Link
Permanently delete a short link via DELETE /api/v1/workspace/{workspace_id}/links/{id}. The short URL will return 404 for new visitors. See the documentation.
Obter Link
Recupera um link Linkly previamente gerado. Consulte a documentação
List Domains
List all custom domains in your workspace via GET /api/v1/workspace/{workspace_id}/domains. See the documentation.
List Link ID Options
Retrieves available options for the Link ID field.
List Links
List all short links in your workspace via GET /api/v1/workspace/{workspace_id}/list_links, with click counts and metadata. See the documentation.
List Workspaces
List all workspaces the API key has access to via GET /api/v1/workspaces. Useful for finding the workspace ID required for API requests. See the documentation.
Update Link
Update an existing short link via POST /api/v1/link (with id) — change its destination URL, slug, name, or custom domain without breaking the existing short URL. See the documentation.