Sampling Structures
Speed up Hit Identification with rapid molecule sampling
OAuth2 authentication.
Authenticate using the Pending AI authorization server through an implicit OAuth2 flow. You will be redirected to a Pending AI login page to authenticate and authorize access to your account. After authorization, you will be redirected back to the original application with an access token. Ensure that the application is registered with Pending AI and/or that the correct redirect URI is configured. Contact Pending AI support for more information if the application is not registered.
Bearer token authentication.
Provide a valid Pending AI authentication token. Generating tokens can be done manually through the Pending AI CLI. Ensure you have an existing account or register now.
pendingai auth login
pendingai auth token
Limit the number of resources returned within the data field of the paged response. The field may contain fewer items than the specified limit when there are not enough items to return.
5Example: 5A key used to navigate pagination results. The given value must match an id for the specific resource object type. If provided, the paged response will contain resources from the next 'page', or those that were submitted before the matched resource (reverse chronological order).
id_32RD0TWLolsAdFKufk3p4eE1ttK^\w+$A key used to navigate pagination results. The given value must match an id for the specific resource object type. If provided, the paged response will contain resources from the previous 'page', or those that were submitted after the matched resource (reverse chronological order).
id_32RD0TWLolsAdFKufk3p4eE1ttK^\w+$Returns a list of samples.
A boolean flag that indicates whether there are more items available to be fetched on subsequent pages. Used for pagination control.
The type of resource.
listPattern: ^\w+$Request contained invalid data.
Validation Error
Response Validation Error
OAuth2 authentication.
Authenticate using the Pending AI authorization server through an implicit OAuth2 flow. You will be redirected to a Pending AI login page to authenticate and authorize access to your account. After authorization, you will be redirected back to the original application with an access token. Ensure that the application is registered with Pending AI and/or that the correct redirect URI is configured. Contact Pending AI support for more information if the application is not registered.
Bearer token authentication.
Provide a valid Pending AI authentication token. Generating tokens can be done manually through the Pending AI CLI. Ensure you have an existing account or register now.
pendingai auth login
pendingai auth token
An optional header to be provided when accepting Base64 compressed response content. Providing the header value gzip yields gzipped Base64-encoded content for the response body.
*Example: gzipPossible values: Request data for creating a new sample.
Optional id belonging to a model to use for generating the
sample. If no model is provided, any will be used that is
readily available.
^\w+$The number of sampled molecules to generate for the request. Must be a positive integer.
500Returns the sample.
A sample contains a collection of molecules generated by a machine- learning model on a defined chemical space. Samples represent the novel structures in a SMILES format.
Timestamp for when the sample was created.
2000-01-01T00:00:00.000ZThe unique resource identifier.
id_32RD0TWLolsAdFKufk3p4eE1ttKPattern: ^\w+$An id belonging to the model used to generate the sample. The
value can be used to retrieve more information about the model.
mod_32RD0TWLolsAdFKufk3p4eE1ttKPattern: ^\w+$The type of resource.
objectPattern: ^\w+$A collection of generated SMILES structures from the model. The
number of structures will correspond to the num_samples value
provided when creating the sample.
["C1=CC=CC=C1","C1CCCCC1"]Request contained invalid data.
Validation Error
Response Validation Error
OAuth2 authentication.
Authenticate using the Pending AI authorization server through an implicit OAuth2 flow. You will be redirected to a Pending AI login page to authenticate and authorize access to your account. After authorization, you will be redirected back to the original application with an access token. Ensure that the application is registered with Pending AI and/or that the correct redirect URI is configured. Contact Pending AI support for more information if the application is not registered.
Bearer token authentication.
Provide a valid Pending AI authentication token. Generating tokens can be done manually through the Pending AI CLI. Ensure you have an existing account or register now.
pendingai auth login
pendingai auth token
A unique identifier for a sample resource.
smp_32RD0TWLolsAdFKufk3p4eE1ttKPattern: ^\w+$An optional header to be provided when accepting Base64 compressed response content. Providing the header value gzip yields gzipped Base64-encoded content for the response body.
*Example: gzipPossible values: Returns the sample.
A sample contains a collection of molecules generated by a machine- learning model on a defined chemical space. Samples represent the novel structures in a SMILES format.
Timestamp for when the sample was created.
2000-01-01T00:00:00.000ZThe unique resource identifier.
id_32RD0TWLolsAdFKufk3p4eE1ttKPattern: ^\w+$An id belonging to the model used to generate the sample. The
value can be used to retrieve more information about the model.
mod_32RD0TWLolsAdFKufk3p4eE1ttKPattern: ^\w+$The type of resource.
objectPattern: ^\w+$A collection of generated SMILES structures from the model. The
number of structures will correspond to the num_samples value
provided when creating the sample.
["C1=CC=CC=C1","C1CCCCC1"]Sample resource not found.
Validation Error
Response Validation Error
Last updated
Was this helpful?

