Censula API enables you to retrieve conference data and papers from the system and display them on your website or integrate with other systems securely.
API Key authentication for every request
Responses in easy-to-use JSON format
Paper status, authors, revision history
CORS support for requests from any domain
1. Retrieve your conferences
YOUR_API_KEY with your actual API key.
2. Retrieve papers in a conference (with pagination)
Examples Count papers in a conference (.PHP)
YOUR_API_KEY and adjust conference_id, limit, page as needed.
Examples PHP
3. Get conference details by ID
YOUR_API_KEY and 10 with your conference ID.
4. Retrieve paper details with review history
YOUR_API_KEY and adjust id (paper ID).
Example JSON Response (for papers)
Core endpoints for accessing conference and paper data
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/conferences | List your conferences |
| GET | /api/v1/conferences/{id} | Get conference details by ID |
| GET | /api/v1/papers?conference_id={id}&limit={limit}&page={page} | List papers in a conference (paginated) |
| GET | /api/v1/paper_details/{id} | Paper details + review history |
Every request to the API must include an Authentication Header with your API Key:
Important: API Keys are sensitive. Keep them private and never share them with others.
Understanding API response status codes
Manage conferences, users, review settings, and system configuration
Go to Dashboard