website logo
⌘
K
Book a DemoSign Up ->
🌐
Help Center
💼
Jobs
🚀GETTING STARTED
👋Welcome to Archbee 🤓
Learn the basics
How to get started
📝EDITOR
📃DOCUMENTS
🗃️SPACES
🌎HOSTED SPACES
🔃PUBLIC API
GET
Get document
POST
Update / Create document
DELETE
Delete document
GET
Search document
☕ORGANIZATIONS
📦IMPORT & EXPORT
🔌INTEGRATIONS
📥GUIDES
➿MISC
🙋Q&A
Docs powered by
Archbee
PUBLIC API

Get document

GET

Get document as markdown or html

AUTHENTICATION
Authorization
Bearer
Bearer
HEADER PARAMETERS
Content-Type
string
*
Example: application/json
BODY PARAMETERS
body
object
*
apiKey
string
*
Example: 21-character__string0
ApiKey id of the docSpace.
docSpaceId
string
*
Example: 21-character__string0
DocSpace id of the document.
docId
string
*
Example: 21-character__string0
Document id that will be returned.
format
string<markdown | html>
Example: markdown
Returned data format. Default markdown.
RESPONSES
200
Document content
400
Invalid request
Response400
status
string<OK | Not OK>
Response Status
messages
string[]
Example:
Array of messages
Curl
JS
Ruby
Python
|
curl --location --request GET 'https://app.archbee.com/api/public-api/doc' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
  "apiKey": "",
  "docSpaceId": "",
  "docId": "",
  "format": ""
}'
RESPONSES
200
400
|
// Document content 





Updated 22 Sep 2023
Did this page help you?
PREVIOUS
Redirects - URL alias
NEXT
Update / Create document
Docs powered by
Archbee
Docs powered by
Archbee