POST /api/ieee/papers
Price: 1 credit
Get one IEEE Xplore record by article number, document address or DOI: title, abstract, authors with their affiliations, ORCIDs and IEEE author ids, the journal, conference, book or standard it appeared in, year, volume, issue, pages, ISSNs and ISBNs, indexing keywords, topics, sponsors, funding agencies, citation and reference counts, the copyright or open-access licence code, and the links IEEE publishes for the record, its PDF and the rights holder
An article number is not always digits — IEEE Courses use forms like `EDP590` — so pass it as a string and never cast it to an integer. A DOI is accepted as well and resolves to exactly one record. `content_type` separates a conference paper from a journal article, a book chapter, a magazine piece, a standard and a course, and the standards fields `standard_number`, `standard_status`, `scope` and `purpose` are filled only for standards. A missing `doi` means IEEE records none, which is common for older and non-IEEE-published items.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)id string required — IEEE Xplore article number, the address of the document page, or the paper's DOI (examples: "11007439", "EDP590", "https://ieeexplore.ieee.org/document/11007439/", "10.1109/ISML60050.2024.11007439"; minLength: 1)@type string (default: "IeeePaper")id string requiredurl string requireddoi string nullabledoi_url string nullableabstract string nullablecontent_type string nullabledocument_type string nullablesub_type string nullablepublisher string nullablepublication_title string nullablepublication_number string nullablepublication_url string nullablepublication_year integer nullablepublication_date string nullabledisplay_publication_date string nullableissue_number string nullableissue_url string nullablevolume string nullableissue string nullablestart_page string nullableend_page string nullablepage_count integer nullableedition string nullableauthors array (default: [])@type string (default: "IeeePaperAuthor")id string nullablename string nullablefirst_name string nullablelast_name string nullableaffiliations array (default: [])orcid string nullablebio string nullableimage string nullableringgold_id string nullableeditors array (default: [])@type string (default: "IeeePaperAuthor")id string nullablename string nullablefirst_name string nullablelast_name string nullableaffiliations array (default: [])orcid string nullablebio string nullableimage string nullableringgold_id string nullablekeywords array (default: [])@type string (default: "IeeeKeywordGroup")id string requiredpaper_id string requiredvocabulary string requiredterms array (default: [])topics array (default: [])subject_categories array (default: [])societies array (default: [])issns array (default: [])@type string (default: "IeeeIdentifier")label string nullablevalue string nullableisbns array (default: [])@type string (default: "IeeeIdentifier")label string nullablevalue string nullablestandard_number string nullablestandard_status string nullablestandard_revision string nullableics_codes array (default: [])@type string (default: "IeeeIcsCode")code string nullableterm string nullablescope string nullablepurpose string nullableconference_location string nullablesponsors array (default: [])@type string (default: "IeeeSponsor")name string nullableurl string nullablefunding_agencies array (default: [])@type string (default: "IeeeFundingAgency")name string nullablegrant_number string nullablefunding_id string nullablesupplements array (default: [])@type string (default: "IeeeSupplementGroup")kind string nullablerepository string nullablebadge string nullablebadge_message string nullablefiles array (default: [])@type string (default: "IeeeSupplementItem")name string nullabledoi string nullableurl string nullablewidget_url string nullablelanguage string nullablebadge_type string nullablegraphical_abstract object nullable@type string (default: "IeeeGraphicalAbstract")summary string nullableimage string nullablefile_size string nullablecitation_count integer nullablereference_count integer nullablepubmed_id string nullablecopyright_owner string nullablecopyright_year integer nullablecopyright_notice string nullablecopyright_code string nullableis_open_access boolean nullableis_early_access boolean nullableis_free boolean nullableis_online_only boolean nullableis_translation boolean nullableis_ephemera boolean nullableis_latest_standard boolean nullablehas_standard_versions boolean nullablepdf_url string nullableepub_url string nullablerights_url string nullableimage string nullablecover string nullableindexed_date string nullableupdated_date string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — No IEEE Xplore document with this identifier Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.