Retrieve the parsed content of a file. Only files withDocumentation Index
Fetch the complete documentation index at: https://platform.stepfun.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
purpose=file-extract are supported.
Endpoint
GET https://api.stepfun.ai/v1/files/{file_id}/content
Path parameters
file_idstringrequired
Unique file ID.
Response
Returns the fileβs parsed content as plain text.Example
- python
- js
- curl