Method
suggestAbacusApis POST
Copy POST

Suggests several Abacus APIs that are most relevant to the supplied natural language query.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes query str The natural language query to find Abacus APIs for
No verbosity int The verbosity level of the suggested Abacus APIs. Ranges from 0 to 2, with 0 being the least verbose and 2 being the most verbose.
No limit int The maximum number of APIs to return
No includeScores bool Whether to include the relevance scores of the suggested APIs
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[AbacusApi]
Language: