Skip to main content

ProcessedManifest

Processed content section of entry manifest

content_key object

S3 key for main content.json file

anyOf
string
size object

Size of content.json in bytes

anyOf
integer
fields_summary object

Quick stats for UI (text_length, chunk_count, etc.)

property name*any

Quick stats for UI (text_length, chunk_count, etc.)

completed_at object

Processing completion timestamp

anyOf
string<date-time>
additional_files object

Additional processed files (figures, etc.)

anyOf
  • Array [
  • keyKey (string)required

    S3 key for the file

    sizeSize (integer)required

    File size in bytes

    mime_typeMime Type (string)required

    MIME type of the file

    hash object

    SHA256 hash of the file

    anyOf
    string
    created_at object

    File creation timestamp

    anyOf
    string<date-time>
    expires_at object

    File expiration timestamp (for processing artifacts)

    anyOf
    string<date-time>
  • ]
  • ProcessedManifest
    {
    "content_key": "string",
    "size": 0,
    "fields_summary": {},
    "completed_at": "2024-07-29T15:51:28.071Z",
    "additional_files": [
    {
    "key": "string",
    "size": 0,
    "mime_type": "string",
    "hash": "string",
    "created_at": "2024-07-29T15:51:28.071Z",
    "expires_at": "2024-07-29T15:51:28.071Z"
    }
    ]
    }