shlink icon indicating copy to clipboard operation
shlink copied to clipboard

Support importing short URLs via rest API

Open acelaya opened this issue 9 months ago • 1 comments

Summary

Importing short URLs is currently only possible via command line. It would be nice to have an endpoint or set of endpoints that were able to handle this.

Use case

In some cloud infrastructures you may not have a way to open a shell to a deployed service. That makes it impossible to import short URLs if that's your case.

acelaya avatar Mar 26 '25 10:03 acelaya

@acelaya I was going to use a Cloud Run Job to execute the CLI configured the same way as my Cloud Run Service to do this import, but discovered short-url:import doesn't support non-interactive flags for the csv import.

This would be great to have in its place 😄

welsh avatar Aug 11 '25 17:08 welsh