YuuDrive
  • Getting Started
  • API
    • Bypass Drive API
    • File
Powered by GitBook
On this page

Was this helpful?

Getting Started

v1.0.1

NextBypass Drive API

Last updated 4 years ago

Was this helpful?

YuuDrive API

Base-URL for our API is

https://api.yuudrive.me/v1/

Please make sure to use the API with https only, http requests will result in a HTTP 302 redirect to https.

You can get the API Key here

Response is json, structure is as follows

{
    "code": {status code},
    "message": "{message}",
    "result": "{result of the request}"
}

Status Code

Code

Description

200

Everything is OK. Request succeeded

400

Bad request (e.g. wrong parameters)

403

Forbidden

401

Unauthenticated. Require an API key

404

Resource not Found

https://yuudrive.me/account