Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API reference for seal operations
skribble.seal.create(seal_data: SealRequest) -> SealResponse
skribble.seal.create(sealData: Types.SealRequest): Promise<Types.SealResponse>
Show SealRequest properties
Show SealResponse properties
skribble.seal.get(seal_id: str) -> Seal
skribble.seal.get(sealId: string): Promise<Types.Seal>
Show Seal properties
skribble.seal.list(limit: int = None) -> List[Seal]
skribble.seal.list(options?: { limit?: number }): Promise<Types.Seal[]>
skribble.seal.delete(seal_id: str) -> None
skribble.seal.delete(sealId: string): Promise<void>
Was this page helpful?