We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8cb1c commit 37cae7bCopy full SHA for 37cae7b
docs/api/v2.rst
@@ -323,14 +323,18 @@ Embed
323
324
.. http:get:: /api/v2/embed/
325
326
- Retrieve details of builds ordered by most recent first
+ Retrieve HTML-formatted content from documentation page or section.
327
328
**Example request**:
329
330
.. prompt:: bash $
331
332
curl https://readthedocs.org/api/v2/embed/?project=docs&version=latest&doc=features&path=features.html
333
- # or
+
334
+ or
335
336
+ .. prompt:: bash $
337
338
curl https://readthedocs.org/api/v2/embed/?url=https://docs.readthedocs.io/en/latest/features.html
339
340
**Example response**:
0 commit comments