cURL
curl --request GET \ --url https://api.urantia.dev/papers/{id}
{ "data": { "paper": { "id": "<string>", "partId": "<string>", "title": "<string>", "sortId": "<string>", "labels": [ "<string>" ] }, "paragraphs": [ { "id": "<string>", "standardReferenceId": "<string>", "sortId": "<string>", "paperId": "<string>", "sectionId": "<string>", "partId": "<string>", "paperTitle": "<string>", "sectionTitle": "<string>", "paragraphId": "<string>", "text": "<string>", "htmlText": "<string>", "labels": [ "<string>" ], "audio": {}, "entities": [ { "id": "<string>", "name": "<string>", "type": "being" } ] } ] } }
Returns a single paper’s metadata along with all its paragraphs in order. Paper IDs range from 0 (Foreword) to 196.
Use ?include=entities to include typed entity mentions in each paragraph.
?include=entities
default
rag
Paper with paragraphs
Show child attributes