Response API
For solicitation responses, the following endpoints are available to authenticated clients as POST or WS Publish. Here is the sequence of events, in order of usage - there are others, but this is what you need to import and respond to a solicitation:
/solicitation/list
List all solicitations for the current organization.
/solicitation/create
Provide the filename and receive a presigned URL to upload the file. PDF and docx formats are supported. FullSolicitation is an interface that supports preloading related records such as the sections.
/solicitation/parse
Parse the solicitation PDF into markdown, sections, summary, taggings,
/solicitation/attachment/create
Provide the filename and receive a presigned URL to upload the file. PDF and docx formats are supported.
/solicitation/attachment/parse
Parse the solicitation attachment PDF into markdown, sections, summary, taggings,
/solicitation/load
Load the solicitation for viewing.
/solicitation/delete
Delete the solicitation.
/solicitation/page/load
Load the solicitation page for viewing.
/solicitation/download
Download the solicitation file.
/solicitation/attachment/download
Download the solicitation attachment file.
/solicitation/section/tag
Tag a solicitation section.
/solicitation/section/autotag
Autotag all solicitation sections. If you want.
/solicitation/shred
Extract the solicitation sections which are precursor to response requirements and the outline.
/solutioning/create
Create solutioning record(s) - allows user to add to automated solutioning process.
/solutioning/load
Load the solutioning for viewing. Array of Solutioning records.
/solutioning/update
Update the solutioning record.
/solutioning/answer
Answer the solutioning questions with AI and the customer’s library.
/solutioning/answer-item
Answer the solutioning question with AI and the customer’s library.
/solutioning/delete
Delete the solutioning record.
/response/outline/generate
Make the outline for the draft proposal
/response/outline/load
Load the outline for viewing.
/response/outline/structure
Modify the structure of the outline for the draft proposal
/response/section/create
Create a new section in the outline
/response/section/delete
Delete a section from the outline
/response/generate
Generate the response for the draft proposal
/response/section/generate
Generate the section for the draft proposal
/response/export
Export the response for viewing.
/response/load
Load the response for viewing.
Response API
For solicitation responses, the following endpoints are available to authenticated clients as POST or WS Publish. Here is the sequence of events, in order of usage - there are others, but this is what you need to import and respond to a solicitation:
/solicitation/list
List all solicitations for the current organization.
/solicitation/create
Provide the filename and receive a presigned URL to upload the file. PDF and docx formats are supported. FullSolicitation is an interface that supports preloading related records such as the sections.
/solicitation/parse
Parse the solicitation PDF into markdown, sections, summary, taggings,
/solicitation/attachment/create
Provide the filename and receive a presigned URL to upload the file. PDF and docx formats are supported.
/solicitation/attachment/parse
Parse the solicitation attachment PDF into markdown, sections, summary, taggings,
/solicitation/load
Load the solicitation for viewing.
/solicitation/delete
Delete the solicitation.
/solicitation/page/load
Load the solicitation page for viewing.
/solicitation/download
Download the solicitation file.
/solicitation/attachment/download
Download the solicitation attachment file.
/solicitation/section/tag
Tag a solicitation section.
/solicitation/section/autotag
Autotag all solicitation sections. If you want.
/solicitation/shred
Extract the solicitation sections which are precursor to response requirements and the outline.
/solutioning/create
Create solutioning record(s) - allows user to add to automated solutioning process.
/solutioning/load
Load the solutioning for viewing. Array of Solutioning records.
/solutioning/update
Update the solutioning record.
/solutioning/answer
Answer the solutioning questions with AI and the customer’s library.
/solutioning/answer-item
Answer the solutioning question with AI and the customer’s library.
/solutioning/delete
Delete the solutioning record.
/response/outline/generate
Make the outline for the draft proposal
/response/outline/load
Load the outline for viewing.
/response/outline/structure
Modify the structure of the outline for the draft proposal
/response/section/create
Create a new section in the outline
/response/section/delete
Delete a section from the outline
/response/generate
Generate the response for the draft proposal
/response/section/generate
Generate the section for the draft proposal
/response/export
Export the response for viewing.
/response/load
Load the response for viewing.