Athento API v1
Number of APIs: 8
La especificación Open API está accesible en cada instancia en la URL relativa /api/v1/redoc y /api/v1/redoc/?format=openapi
-
File - Create new document from template POST https://{{host}}/api/v1/file/
-
File - Get document GET http://localhost:8000/api/v1/file/b3a35e9a-ebb2-475c-a43e-7d896eb6cee2/
-
File - Update document PUT https://{{host}}/api/v1/file/{{file_uuid}}/
-
File - Delete document DELETE https://{{host}}/api/v1/file/{{file_uuid}}/
-
Search - Query POST https://{{host}}/api/v1/search/query/?page=1&page_size=20
-
Search - ResultSet POST https://{{host}}/api/v1/search/resultset/?page=1&page_size=20
-
Auth - Get authentication token POST https://{{host}}/o/token/
-
Auth - Revoke authentication token POST https://{{host}}/o/revoke_token/