Reference Processing Service with Edifix Integration
Meridian is a reference processing service that integrates with Edifix for citation processing. This API allows you to create jobs, check job status, and manage reference processing workflows.
http://meridian.typefi.net
Most endpoints require authentication using Bearer tokens and installation codes:
Bearer <token><installation_code>Description: Check API and database connectivity
Description: Create a new reference processing job
Authorization: Bearer <token>Typefi-Installation-Code: <installation_code>Content-Type: application/jsonNote: For available edit_style values, see Available Edit Styles.
username (string) - User email address (max 256 characters)edifix-data.input_refs (string) - Reference text to processedifix-data.edit_style (string) - Citation style (see Available Edit Styles below)edifix-data.job_name (string) - Job nameedifix-data.pubmed_flag (boolean) - Enable PubMed lookupedifix-data.crossref_flag (boolean) - Enable Crossref lookupedifix-data.run_cabells_flag (boolean) - Enable Cabells lookupedifix-data.remove_line_breaks_flag (boolean) - Remove line breaks from referencesedifix-data.book_processing_flag (boolean) - Enable book processing modeedifix-data.stylesheet_contents (string) - Custom stylesheet contentedifix-data.output_format (string) - Output format ("JATS", "APA")Description: Retrieve job status and details
jobId (integer) - The job IDedifix_view (string, optional) - Results view type"refs" (default), "refs_links", "refs_links_delta"?edifix_view=refs_linksResponse Fields:
job_id (integer) - The job IDstatus (string) - Job status: "QUEUED", "SENT", "COMPLETE", or "FAILED"job_results (string|null) - Formatted reference results (only present when status is "COMPLETE")| Status | Description |
|---|---|
| QUEUED | Job created, waiting to be sent to Edifix |
| SENT | Successfully sent to Edifix API |
| COMPLETE | Job fully completed |
| FAILED | Job failed at any stage |
The following citation styles are supported for the edit_style field in API requests:
| Style Name | Value |
|---|---|
| ACI (American Concrete Institute) | ACI_Harvard |
| ACS (American Chemical Society) | ACS |
| ACS (American Chemical Society - No Titles) | ACS_NoTitle |
| AMA | AMA |
| AMA 10th ed. | AMA10 |
| AMA 11th ed. | AMA11 |
| American Physical Society (APS) | AmPhysSoc |
| APA 5th ed. | APA5 |
| APA 6th ed. | APA6 |
| APA 7th ed. | APA7 |
| ASM Press (American Society for Microbiology) | AmSocMicrobiol |
| Cell Press | Cell |
| Chemistry–Material Sciences (Wiley) | ChemMatterSci |
| Chicago (Author-Date) | Chicago |
| Chicago (Bibliography) | ChicagoBib |
| CSE (Scientific Style and Format) | CSE |
| Harvard (Wiley) | Wiley_Harvard |
| IEEE | IEEE |
| Impact Journals | ImpactJ |
| ISO-690 | ISO-690 |
| JIEPH (Journal of Interventional Epidemiology and Public Health) | JIEPH |
| Kaiser | Kaiser |
| Lancet | Lancet |
| Math and Physical Sciences (Wiley) | MathPhysSci |
| MLA | MLA |
| RIS | RIS |
| RACGP (Royal Australian College of General Practitioners) | RACGP |
| RUP | RUP |
| SEG (Society of Exploration Geophysicists) | SEG |
| Spandidos Publications | Spandidos |
| TRR (Journal of the Transportation Research Board) | TRR |
| Vancouver/ICMJE | ICMJE-WHO |
| (Citation Manager Export Format) | CiteExport |
| (No Format) | NULL |