Browse the API reference

Get Document Section

get/v1/graphs/{graph_id}/search/{document_id}

Part of Search.

Authentication

Authenticate in any one of these ways — not all of them:

  • API key in the X-API-Key header.
  • Bearer token in the Authorization header.

Path parameters

NameTypeDescription
graph_idrequiredstringGraph Id
document_idrequiredstringDocument Id

Example request

curl
curl -X GET "https://api.robosystems.ai/v1/graphs/{graph_id}/search/{document_id}" \
  -H "X-API-Key: $ROBOSYSTEMS_API_KEY"

Responses

200 Successful Response

FieldTypeDescription
document_idrequiredstring
graph_idrequiredstring
source_typerequiredstring
parent_document_idoptionalstring
partoptionalinteger

Default: 1

part_countoptionalinteger

Default: 1

next_document_idoptionalstring
entity_tickeroptionalstring
entity_nameoptionalstring
entity_cikoptionalstring
section_labeloptionalstring
section_idoptionalstring
element_qnameoptionalstring
filing_dateoptionalstring
fiscal_yearoptionalinteger
fiscal_periodoptionalstring
form_typeoptionalstring
accession_numberoptionalstring
xbrl_elementsoptionalstring[]
contentrequiredstring
content_urloptionalstring
content_lengthoptionalinteger

Default: 0

document_titleoptionalstring
tagsoptionalstring[]
folderoptionalstring
StatusMeaning
400Invalid request
401Authentication required
403Access denied
404Resource not found
422Validation Error
429Rate limit exceeded
500Internal server error
503Text search not available