Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

The VIVO APIs are HTTP end-points that can be used to read or write data, or to manage VIVO's operation. They have no user interface, and are intended to be called by external applications that are cooperating with VIVO.

...

Access Controlled Services
  • require account credentials on each request
  • credentials are for an internal VIVO with sufficient authorization
  • results are not filtered, and may return data that should be kept private
SPARQL Query APISubmit  a SPARQL query to get information from VIVO. Supports SELECTASKCONSTRUCT, and DESCRIBE query types.
SPARQL Update APISubmit a SPARQL query to INSERT new triples or DELETE existing triples. Also, LOAD triples from a web-accessible file. 
Search Indexing APISubmit a list of URIs that may have stale data in the search index. The search data for each of these URIs will be rebuilt.

 

...