Is their an OpenAPI specification for the letta server REST API? #2058
-
I want to use the REST API in my dart project. With the swagger spec it would be easy to generate a dart rest client. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In one of the actions I see
But I don't see those files. If those are not available, maybe there is somewhere in the code with Python schemas or models for the API - that could also serve as a sort of reference. The API appears to be using FastAPI so it probably has Pydantic schemas. |
Beta Was this translation helpful? Give feedback.
-
Yes, when you run the server with |
Beta Was this translation helpful? Give feedback.
Yes, when you run the server with
letta server
if you install from source, it'll dump aopenapi_letta.json
file.