Sketchub API
Home
  • Introduction
  • Reference
  • Changelog
  • 📘Documentation (v3)
    • Announcements
    • Meta Data
    • Projects
      • Category
      • Project Details
      • Project List
      • Project Types
    • Users
      • Find Username
      • Search Profile
      • View Profile
  • 📘V2 (Deprecated)
    • Introduction
    • Login
    • Like/Unlike Project
    • Comments
    • Download
  • For Sketchware
  • 💬Feedback
Powered by GitBook
On this page
  • Query Type
  • API Errors

Was this helpful?

Reference

PreviousIntroductionNextChangelog

Last updated 1 year ago

Was this helpful?

Query Type

Sketchub Web API is based on HTTPS requests for general operations. Mostly POST method as multipart/form-data structure and all the response will be in JSON format.

API Errors

You will receive error in form of json

{
  "status": "failed",
  "message": "API Key is missing, please add your API key as 'api_key' in POST method.",
  "status_code": "ERR_INVALID_PARAMETER"
}

You can find list of all status_code on .

this link