Guide to uploading text for instant processing and vectorization
sub
claim containing your API Client ID.scope
claim that includes api/access
.POST /ingestion/v1/real_time_upload
publisher_id
field in the request body for accuracy.Field | Type | Description |
---|---|---|
publisher_id | String | UUID of the publisher associated with the content. This must be associated with your organization. |
content | String | The actual text content to be ingested and chunked. |
Field | Type | Required | Description |
---|---|---|---|
content | String | Yes | Text content to be ingested and chunked. |
filename | String | No | Custom filename for this content. |
type | String | No | Content type (e.g., article , blog , tutorial ). |
item_title | String | No* | Title of the content item. (*Required if no h2_title ) |
item_subtitle | String | No | Subtitle of the content item. |
item_summary | String | No | Brief summary of the content. |
item_image | String | No | URL to an image associated with the content. |
item_url | String | No | URL to the original content. |
item_file | String | No | URL to a file associated with the content. |
item_number | String | No | Identifying number for the content item. |
item_extra | String | No | Additional information about the content item. |
item_tags | Array or String | No | Tags associated with the content. |
Field | Type | Required | Description |
---|---|---|---|
author | Array or String | No | Author(s) of the content. |
isbn | String | No | ISBN if content is from a book. |
publication_date | String | No | Date when the content was published (YYYY-MM-DD). |
producer_id | String | No | ID of the content producer. |
denomination | String | No | Religious denomination (if applicable). |
pub_type | String | No | Publication type. |
hosted_url | String | No | URL where the content is hosted. |
pages | String | No | Number of pages (for documents). |
duration | String | No | Duration (for audio/video content). |
Field | Type | Required | Description |
---|---|---|---|
h2_title | String | No | Title for level 2 heading/section. |
h2_subtitle | String | No | Subtitle for level 2 heading. |
h2_image | String | No | Image URL for level 2 section. |
h2_url | String | No | URL for level 2 heading/section. |
h2_file | String | No | File URL for level 2 heading/section. |
h2_summary | String | No | Summary for level 2 heading/section. |
h2_number | String | No | Number for level 2 heading/section. |
h2_extra | String | No | Additional info for level 2 heading/section. |
h3_title | String | No | Title for level 3 heading/section. |
h3_subtitle | String | No | Subtitle for level 3 heading. |
h3_image | String | No | Image URL for level 3 section. |
h3_url | String | No | URL for level 3 heading/section. |
h3_file | String | No | File URL for level 3 heading/section. |
h3_summary | String | No | Summary for level 3 heading/section. |