pingvin-share icon indicating copy to clipboard operation
pingvin-share copied to clipboard

🚀 Feature: API Support for Automated File Uploads and Share Link Retrieval

Open Neoo-Blue opened this issue 10 months ago • 2 comments

🔖 Feature description

**File Upload Endpoint: **Allow users to upload files via API calls, facilitating seamless integration with other applications and automated workflows.

Share Link Retrieval: Upon successful upload, the API should return a unique download link, enabling automated sharing and distribution of files.

🎤 Pitch

Integrating API support into Pingvin Share would significantly enhance its versatility and appeal. By enabling automated file uploads and retrieval of shareable links, users can incorporate Pingvin Share into various workflows, such as:

**Continuous Integration/Continuous Deployment (CI/CD) Pipelines:** Automatically share build artifacts or reports.

**Automated Backup Systems:** Programmatically upload and share backup files.

**Third-Party Application Integration:** Allow other applications to utilize Pingvin Share's capabilities for file distribution.

Neoo-Blue avatar Feb 24 '25 23:02 Neoo-Blue

I have written a small shell script to do automatic uploads that could be used in a CI workflow, I currently use that for a client tool to upload screenshots (Greenshot), but it would obviously work for build scripts

alexlehm avatar Mar 14 '25 11:03 alexlehm

Yeah, documented API Endpoints would help in replacing old screenshot tools/platforms too

PeterStrick avatar Mar 18 '25 07:03 PeterStrick