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

  1. File - Create new document from template POST https://{{host}}/api/v1/file/

  2. File - Get document GET http://localhost:8000/api/v1/file/b3a35e9a-ebb2-475c-a43e-7d896eb6cee2/

  3. File - Update document PUT https://{{host}}/api/v1/file/{{file_uuid}}/

  4. File - Delete document DELETE https://{{host}}/api/v1/file/{{file_uuid}}/

  5. Search - Query POST https://{{host}}/api/v1/search/query/?page=1&page_size=20

  6. Search - ResultSet POST https://{{host}}/api/v1/search/resultset/?page=1&page_size=20

  7. Auth - Get authentication token POST https://{{host}}/o/token/

  8. Auth - Revoke authentication token POST https://{{host}}/o/revoke_token/