Developers

Connect your sites to your library

Every account gets a private key that lists folders and reads file links from any of your other sites, without storing the media there.

Authentication

Send your key on every request using the x-in3min-key header. Find and rotate your key from your dashboard.

Get your key

Client type & billing

Every account is tagged as a classifieds platform, a social network, an in-house company, or an external direct client, so usage and any agreed pricing can be tracked separately per partner.

Endpoints

List folders

GET /v1/folders

Returns every folder and subfolder in your library, with its parent so you can rebuild the tree on your site.

List files in a folder

GET /v1/folders/:id/files

Returns the title, kind, direct URL and QR code for every file inside a folder.

Example response

GET https://in3min.website/v1/folders
header: x-in3min-key: <your key>
-> [{ "id": "zx", "name": "ZX", "parentId": null }]

GET https://in3min.website/v1/folders/zx/files
-> [{
  "title": "Casa1 front",
  "kind": "photo",
  "url": "https://in3min.website/f/casa1-front-a1b2c3",
  "qr": "https://in3min.website/f/casa1-front-a1b2c3.png"
}]

Good to know

Videos are capped at 3 minutes and photos at 3 MB when uploaded, so responses always link to lightweight, fast-loading media.

Need your key or more folders?

Open your dashboard to copy your key, create folders and upload the files your other sites will link to.

Open dashboard