curl --request GET \
--url https://api.urantia.dev/papers/{id}{
"data": {
"paper": {
"id": "<string>",
"partId": "<string>",
"title": "<string>",
"sortId": "<string>",
"labels": [
"<string>"
],
"video": {},
"topEntities": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"count": 1
}
]
},
"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": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
}
]
}
}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.
curl --request GET \
--url https://api.urantia.dev/papers/{id}{
"data": {
"paper": {
"id": "<string>",
"partId": "<string>",
"title": "<string>",
"sortId": "<string>",
"labels": [
"<string>"
],
"video": {},
"topEntities": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"count": 1
}
]
},
"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": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://urantia.dev/llms.txt
Use this file to discover all available pages before exploring further.