/
Resource Upload REST API

Resource Upload REST API

Uploads a resource with file contents. Returns newly created resource's id in the response.

URL
/rest/resource
Method
POST
Data Params

Required:

  • name = [string]
  • upload_file = [file]
  • resource_type = [string]

Optional:

  • uri = [string]
  • description = [string]
  • collection = [string]
  • public = [boolean]
Success Response

Code: 200
Content: {"id": 100}

Related content

How to upload text to Quadriga through rest interface
How to upload text to Quadriga through rest interface
More like this
REST API
REST API
More like this
Retrieve Concept by ID
Retrieve Concept by ID
More like this
API Documentation
API Documentation
More like this
REST Interface Description
REST Interface Description
More like this
API v2 Documentation (beta)
API v2 Documentation (beta)
More like this