diff options
| author | Fuwn <[email protected]> | 2025-08-06 22:17:36 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-08-06 22:17:36 +0200 |
| commit | 21dbb866b0c4479e1ff6d327d0989531e3c3501d (patch) | |
| tree | cc550e1d4b2463bf032655c24961ee445dc4e10e /umapyoi_net_docs/voiceactor.rst | |
| parent | feat(umapyai): Switch to ollama library calls (diff) | |
| download | umapyai-21dbb866b0c4479e1ff6d327d0989531e3c3501d.tar.xz umapyai-21dbb866b0c4479e1ff6d327d0989531e3c3501d.zip | |
docs: Add umapyoi.net API documentation
Diffstat (limited to 'umapyoi_net_docs/voiceactor.rst')
| -rw-r--r-- | umapyoi_net_docs/voiceactor.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/umapyoi_net_docs/voiceactor.rst b/umapyoi_net_docs/voiceactor.rst new file mode 100644 index 0000000..e65f0b4 --- /dev/null +++ b/umapyoi_net_docs/voiceactor.rst @@ -0,0 +1,18 @@ +Voice Actor Endpoints +===================== + +:ref:`routingtable` + +Endpoints +--------- +.. http:get:: /api/v1/va/(int:va_id) + + Returns a dictionary with info of a voice actor of given ID. + +.. http:get:: /api/v1/va/character/(int:chara_id) + + Returns a list of voice actor IDs for a given character ID. + +.. http:get:: /api/v1/va/socials/(int:va_id) + + Returns a list of socials for a voice actor of given ID. |