# GetFileURL Connector Starter Kits

These files are local starter kits for teams that want to review a native connector shape before any marketplace or package release exists.

They are not published marketplace apps, npm packages, Zapier apps, Pipedream actions, or Make apps. Do not present them as available in a third-party marketplace.

## Included kits

- `zapier/upload-file-action.js`: a Zapier Platform CLI create-action starter for uploading one file field to GetFileURL.
- `pipedream/upload-file-action.js`: a Pipedream Node.js action starter for uploading one file path or file URL to GetFileURL.

## Review rules

- Keep `GETFILEURL_API_KEY` in the platform secret or credential store.
- Keep the upload endpoint as `https://api.getfileurl.com/v1/files`.
- Return `url`, `file_id`, `content_type`, `size`, and `expires_at` to the next workflow step.
- Do not add real API keys, customer URLs, paid provider setup, publishing commands, or marketplace copy.
- Treat these files as a starting point for local review, not release evidence.
