API Reference

Complete reference for the GraphFlux API. Build powerful integrations with our RESTful API.

Base URL

https://app.graphflux.io/api

Authentication

POST/api/auth/login

User authentication

POST/api/auth/logout

User logout

GET/api/auth/user

Get current user

Taxonomies

GET/api/taxonomies

List all taxonomies

POST/api/taxonomies

Create new taxonomy

GET/api/taxonomies/{id}

Get taxonomy by ID

PUT/api/taxonomies/{id}

Update taxonomy

DELETE/api/taxonomies/{id}

Delete taxonomy

Ontologies

GET/api/ontologies

List all ontologies

POST/api/ontologies

Create new ontology

GET/api/ontologies/{id}

Get ontology by ID

PUT/api/ontologies/{id}

Update ontology

DELETE/api/ontologies/{id}

Delete ontology

SPARQL

POST/api/sparql/query

Execute SPARQL query

GET/api/sparql/queries

List saved queries

POST/api/sparql/queries

Save new query

DELETE/api/sparql/queries/{id}

Delete saved query

Getting Started with the API

Ready to start building? Check out our SDKs and code examples to get up and running quickly.