English
cURL
curl --request GET \ --url https://{base_url}/v1/app/project/{projectId}/artifact/{artifactId}/parsed-content
"<string>"
Retrieves the parsed content of an artifact by its ID. The parsed content is the way LLMs will use the artifact information, usuallyas markdown text.
The ID of the project
The ID of the artifact data to retrieve
Returns the parsed content of the artifact as a string in markdown format
The response is of type string.
string