Network limits
GET
/limits
const url = 'https://api.dropslate.top/v1/limits';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.dropslate.top/v1/limits \ --header 'Authorization: Bearer <token>'Caption length, file sizes, durations and formats each network accepts - the numbers POST /posts/plan checks against. Keyed by platform.
Authorizations
Section titled “Authorizations”Responses
Section titled “ Responses ”One entry per platform.
Media typeapplication/json
object
limits
object
key
additional properties
object
Examplegenerated
{ "limits": { "additionalProperty": {} }}