Request
The ID of the article that was returned from the Create Article endpoint.
Response
The response will contain all of the article’s fields when ready. While the article is still generating, you may receive a partial response.Examples
Request Example
Success Response
Processing Response
Implementation Notes
- Articles typically take around 60-120 seconds to generate, but this can vary based on length and complexity.
- It’s recommended to poll this endpoint at 5-second intervals until you receive a complete response.
- Consider implementing an exponential backoff strategy for production applications.