Coinfer Server API home page
Coinfer Server API
Search...
⌘K
Search...
Navigation
Guide
Getting started
Getting started
Coinfer Cloud
Server API
Coinfer.jl
Coinfer.js
Changelog
Guide
Getting started
Object
Introduction
GET
List objects.
POST
Create new object.
DEL
Delete objects.
GET
View object.
POST
Update object.
System
Introduction
GET
Get configuration about how to run a model.
GET
List gallery data.
POST
Get Arviz plot data.
Share
Introduction
GET
Get sharing information of an experiment.
Notification
Introduction
GET
Get notification messsages
POST
Mark notification messsage as already read
Authorization
Introduction
GET
Get Auth0 login configuration
POST
Login with Auth0.
POST
Login with password.
GET
Get information of current user.
PUT
Update information of current user.
POST
Logout the system.
GET
List all of current user's tokens.
POST
Create a new authorization token.
DEL
Delete Token
PUT
Update a token by its ID.
POST
Code2Token
GET
Access Token
GET
List Linked Account
DEL
Delete Linked Account
On this page
Create API Token
Call API with the token
Guide
Getting started
Create API Token
First, let’s create a token in the Coinfer website:
Open this URL with you browser:
https://coinfer/bayes/
.
Sign in.
Click your account logo at the bottom left corner of the web page.
Choose “Profile” > “Create Token”.
Call API with the token
To call APIs with token, you should add a header in the http request:
Copy
GET /SOME/API
Authorization: Beare <token>
Introduction
Assistant
Responses are generated using AI and may contain mistakes.