> For the complete documentation index, see [llms.txt](https://docs.sketchub.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sketchub.in/reference.md).

# Reference

### 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"
}
```

{% hint style="info" %}
You can find list of all `status_code` on [this link](https://github.com/sketchub-official/server_data/tree/master/error_codes).
{% endhint %}

###
