The Open Podcast API follows JSON:API media type requirements.
The following headers apply to all requests and responses:
| Header | Value | Description |
|---|
Content-Type | application/vnd.api+json | MUST be used when sending data to the server. |
Accept | application/vnd.api+json | MUST be used to indicate the client expects JSON:API-compliant responses. |
| Header | Value | Description |
|---|
Content-Type | application/vnd.api+json | MUST be present in all JSON:API responses. |
Location | URI of created resource | MUST be included in 201 Created responses to identify the new resource. |