The world's largest iOS archive.

Hidden Services

TOR: http://starfilesmj35tuw5bf7qaxfpf4d6tydvqjbftzw23t3ghtjreyx45id.onion
I2P: http://vnt23fy3n5qiwojrkcec2i3ac6w5gkacdyrf2gobid6xjnq53ffq.b32.i2p

Donation

Bitcoin: bc1qxfxt0k7ws49llv0wdj3tsyhr8wwr0z5thq5rtp
Monero: 41zcbma6ECS9awpfcoegTHXjcAEEqK9FrJuFceQp6gp9gdWgak1K55gNNhmED5etEj6QdDAUgLaEwDDouwhy1d7fKTBFaQv


Home

Documentation v2

Last Updated: 3 years ago

API v2 will have a staged roll out. Check back as more endpoints are moved to v2.
DO NOT USE API v2 IN PRODUCTION PROJECTS YET. This is a live draft, endpoints listed may be changed without notice.

List Files

//api.starfiles.co/2.0/files

Method: GET

Optional Endpoints

extension
 // Filter files by extension
group
 // Group files (Possible values; hashid)
public
 // Show public files
folder
 // Restrict files to a certain folder

Files

Public File List

//api.starfiles.co/2.0/public/File ID/star/true

Method: POST

Required Endpoints

private_key

Required Permissions

You must own the file.

Star File

//api.starfiles.co/2.0/file/File ID/star/true

Method: POST

Required Endpoints

private_key

Required Permissions

You must own the file.

Unstar File

//api.starfiles.co/2.0/file/File ID/star/false

Method: POST

Required Endpoints

private_key

Required Permissions

You must own the file.

Trash File

//api.starfiles.co/2.0/file/File ID/trash/true

Method: POST

Required Endpoints

private_key

Required Permissions

You must own the file.

Untrash File

//api.starfiles.co/2.0/file/File ID/trash/false

Method: POST

Required Endpoints

private_key

Required Permissions

You must own the file.

Folders

Short URLs

Webhooks

Create Discord Webhook

//api.starfiles.co/2.0/user/create_discord_webhook

Method: POST

Required Endpoints

private_key