Building Block Libraries
Explore the various libraries available for retrosynthesis
For planning valid multi-step synthetic routes, various building block libraries are used to facilitate terminating different reaction subtrees. Our Retrosynthesis platform allows users to specify specific libraries for synthetic planning although it is recommended to select all libraries to improve the overall success rate. When submitting a query molecule for assessing synthetic accessibility, a list of libraries must be specified using respective id fields.
Considerations
Library selection can influence the success of the retrosynthesis process. It's important to choose libraries that are well-suited for the specific synthetic routes.
Some libraries may have limitations in terms of the reactions they can support or the average cost of available molecules. Use the latest libraries for optimal results (refer to the
available_fromfield).
See here for more information on our Retrosynthesis capability.
Retrieve a list of libraries.
OAuth2 authentication.
Provide a valid Pending AI authentication token. Generating tokens can be done through the Pending AI CLI. Ensure you have an existing account or register for a new one.
pending auth login
pendingai auth token
Returns a list of libraries.
Request validation failed.
GET /retro/v2/libraries HTTP/1.1
Host: api.pending.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"available_from": "2000-01-01T00:00:00Z",
"id": "id_32ALvrkANBUzVixmK2J2BrApeyc",
"name": "Library A",
"object": "object",
"version": "v1.0.0"
}
]Was this helpful?

