Introduction

What is PerseusGetting Started
Graph RAG Reporting

API Reference

Initialization
Configuration
Methods
Job
File
Ontology
JobStatus
FileStatus
OntologyStatus
Error Handling
Client/Models

File

Represents a file with its ID, name, status, and creation timestamp.

NameTypeDescription
idstrThe unique identifier of the file.
namestrThe name of the file.
statusFileStatusThe current status of the file.
created_atdatetimeThe timestamp when the file was created.

Job

Represents a job with its ID, status, and whether it has stopped.

Ontology

Represents an ontology with its ID, name, status, and creation timestamp.